quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] Generate guards man page in doc/


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] Generate guards man page in doc/
Date: Thu, 10 Nov 2016 15:41:34 +0100

For consistency, the guards manual page should be generated under
doc/, not bin/.
---
 Makefile.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- 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:%=quil
               -e '/^$$/!s/^/  /'                                       \
               -e 's/^  Usage: *//' > $@
 
-bin/guards.1 : bin/guards
+doc/guards.1 : bin/guards
        $(POD2MAN) $< > $@
 
 $(PACKAGE)-$(VERSION).tar.gz : $(SRC) configure $(PACKAGE).spec

-- 
Jean Delvare
SUSE L3 Support




reply via email to

[Prev in Thread] Current Thread [Next in Thread]