From 74abb439211bfb51ea40fcad321d707d00276c38 Mon Sep 17 00:00:00 2001 From: thib Date: Wed, 11 Jan 2006 01:01:46 +0000 Subject: [PATCH] for man pages, write the doctype declaration on only 1 line --- doc/Makefile.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index ae77996..e41e84b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -4,10 +4,10 @@ # @configure_input@ -# $Id: Makefile.in,v 1.22 2005-09-09 21:03:24 thib Exp $ +# $Id: Makefile.in,v 1.23 2006-01-11 01:01:46 thib Exp $ # The following should not be edited manually (use configure options) -# If you must do it, BEWARE : some of the following is also defined +# If you must do it, BEWARE: some of the following is also defined # in config.h, so you must modify config.h AND Makefile in order # to set the same values in the two files. @@ -38,7 +38,7 @@ SGMLFILES = fcron-doc.sgml readme.sgml relnotes.sgml changes.sgml faq.sgml thank TXTFILES = readme install thanks faq gpl todo relnotes changes MANPAGES = fcron.8 fcron.conf.5 fcrontab.1 fcrontab.5 fcrondyn.1 -# this is a regular expression : +# this is a regular expression: # do not ci these files RCSNOCI=.*\(bitstring.3\|fcron-doc.ced\|Makefile\|stylesheets/fcron-doc.dsl\|fcron-doc.mod\|HTML.*\|txt.*\|man\/.*\|CVS.*\) @@ -58,9 +58,7 @@ mandoc: cp -f bitstring.3 man/ @(for i in $(MANPAGES); do \ echo " $$i ..."; \ - echo ' \ - %decl;]>' > _tmp_ ; \ + echo '%decl;]>' > _tmp_ ; \ echo "&$$i;" >> _tmp_ ; \ $(DB2MAN_BEFORE) _tmp_ $(DB2MAN_AFTER) > /dev/null 2>&1 ; \ rm -f _tmp_ ; \ @@ -132,7 +130,7 @@ uninstall: clean: @(cd $(SRCDIR) ; for i in man txt stylesheets . ; do \ cd $$i ; \ - echo "Cleaning : `pwd`"; \ + echo "Cleaning: `pwd`"; \ rm -f *~ *.html *.htm *.texi *.info *.refs manpage.links manpage.refs \ core *.tar.gz ; \ cd .. ; \ -- 2.40.0