[Box Backup-commit] COMMIT r2153 - box/trunk/documentation
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Mon, 28 Apr 2008 23:59:36 +0000 (UTC)
Author: chris
Date: 2008-04-28 23:59:36 +0000 (Mon, 28 Apr 2008)
New Revision: 2153
Modified:
box/trunk/documentation/Makefile
Log:
Special GNU make rules are unnecessary.
Modified: box/trunk/documentation/Makefile
===================================================================
--- box/trunk/documentation/Makefile 2008-04-28 23:59:11 UTC (rev 2152)
+++ box/trunk/documentation/Makefile 2008-04-28 23:59:36 UTC (rev 2153)
@@ -47,30 +47,16 @@
man-html: bbackupquery.html bbackupctl.html bbstoreaccounts.html \
bbstored-config.html raidfile-config.html bbstored-certs.html
-# for BSD make:
.xml.html:
$(DBPROC) -o $@ $(NOCHUNKBOOKXSL) $<
cp $@ $(HTMLPREFIX)/man-html/.
-# for GNU make:
-#%.html: %.xml
-# $(DBPROC) -o $@ $(NOCHUNKBOOKXSL) $<
-# mv $@ $(HTMLPREFIX)/man-html/.
-
-# for BSD make:
.xml.8:
$(DBPROC) -o $@ $(MANXSL) $<
cp $@ man-pages/
rm -f man-pages/$@.gz
gzip -f -9 man-pages/$@
-# for GNU make:
-#%.8: %.xml
-# $(DBPROC) -o $@ $(MANXSL) $<
-# cp $@ man-pages/
-# rm -f man-pages/$@.gz
-# gzip -f -9 man-pages/$@
-
dockit: clean docs
tar zcf documentation-kit-0.10.tar.gz $(HTMLPREFIX)/