diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-31 09:20:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-31 09:20:25 +0000 |
commit | 0b5944bfd61cac36c40079493f25a83c60851503 (patch) | |
tree | e22f232b8e74ed7e6259b82f2478a0c6f86df409 /dehydrated/share/man/Makefile | |
parent | Adding upstream version 20211213. (diff) | |
download | open-infrastructure-service-tools-0b5944bfd61cac36c40079493f25a83c60851503.tar.xz open-infrastructure-service-tools-0b5944bfd61cac36c40079493f25a83c60851503.zip |
Adding upstream version 20211231.upstream/20211231
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dehydrated/share/man/Makefile')
-rw-r--r-- | dehydrated/share/man/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dehydrated/share/man/Makefile b/dehydrated/share/man/Makefile index ff27677..7f7b3b8 100644 --- a/dehydrated/share/man/Makefile +++ b/dehydrated/share/man/Makefile @@ -35,8 +35,6 @@ all: build build: man -rebuild: clean build - man: man.in *.rst @echo -n "Creating manpages... " @@ -56,4 +54,6 @@ man: man.in *.rst clean: rm -f *.[0-9] -.PHONY: all clean build rebuild man +distclean: clean + +rebuild: clean build |