summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-04-28 23:59:36 +0000
committerChris Wilson <chris+github@qwirx.com>2008-04-28 23:59:36 +0000
commit7d5425a90028eb4d9e17317ddce4b1755c2b9f0d (patch)
treeb7ce7e81192bd5722be76b2bc1814696e5471e82 /documentation
parent32eea433b9e5b94bf1ff898279d915e8c05ecb8f (diff)
Special GNU make rules are unnecessary.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 6856b897..4f945575 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -47,30 +47,16 @@ man-nroff: bbackupquery.8 bbackupctl.8 bbstoreaccounts.8 bbstored-config.8 \
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)/