]> granicus.if.org Git - fcron/commitdiff
for man pages, write the doctype declaration on only 1 line
authorthib <thib>
Wed, 11 Jan 2006 01:01:46 +0000 (01:01 +0000)
committerthib <thib>
Wed, 11 Jan 2006 01:01:46 +0000 (01:01 +0000)
doc/Makefile.in

index ae77996b2d529cda3e5dac1d605b161d579ffb0b..e41e84bb569ef7c5bc948e0ed1436eff2f02ea66 100644 (file)
@@ -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 '<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ \
-                  <!ENTITY % decl SYSTEM "fcron-doc.mod"> \
-                  %decl;]>' > _tmp_ ; \
+         echo '<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [<!ENTITY % decl SYSTEM "fcron-doc.mod">%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 .. ;  \