summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-11-15 10:41:38 +0100
committerJean Delvare <jdelvare@suse.de>2016-11-15 10:41:38 +0100
commit1f5beb39f752a82cf753a4099ed992015749f5f1 (patch)
tree972bdb7580096338834181930272022225599803 /Makefile.in
parent63480ed711161e9ef3039e86d49c37f23130edf5 (diff)
downloadquilt-1f5beb39f752a82cf753a4099ed992015749f5f1.tar.gz
Generate guards man page in doc/
For consistency, the guards manual page should be generated under doc/, not bin/.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4af6757..3e51bd9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -104,8 +104,8 @@ DIRT += $(DOC_IN:%=doc/%) doc/reference
MAN1 := doc/quilt.1
ifneq ($(POD2MAN),)
-MAN1 += bin/guards.1
-DIRT += bin/guards.1
+MAN1 += doc/guards.1
+DIRT += doc/guards.1
endif
LINGUAS := fr de ja ru
@@ -227,7 +227,7 @@ doc/reference : bin/quilt $(QUILT:%=quilt/%) quilt/scripts/patchfns quilt/script
-e '/^$$/!s/^/ /' \
-e 's/^ Usage: *//' > $@
-bin/guards.1 : bin/guards
+doc/guards.1 : bin/guards
$(POD2MAN) $< > $@
$(PACKAGE)-$(VERSION).tar.gz : $(SRC) configure $(PACKAGE).spec