# @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.
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.*\)
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_ ; \
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 .. ; \