diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # BFH metapackages -# Copyright (C) 2021 Daniel Baumann <daniel@debian.org> +# Copyright (C) 2013-2021 Daniel Baumann <daniel@debian.org> # # SPDX-License-Identifier: GPL-3.0+ # @@ -26,6 +26,7 @@ all: build clean: clean-man clean-man: + # clean man $(MAKE) -C man clean build: build-man |