[Box Backup-commit] COMMIT r2152 - box/trunk/documentation

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Tue Apr 29 00:59:11 BST 2008


Author: chris
Date: 2008-04-28 23:59:11 +0000 (Mon, 28 Apr 2008)
New Revision: 2152

Modified:
   box/trunk/documentation/Makefile
Log:
Remove BSDisms from makefile so it works on GNU make.


Modified: box/trunk/documentation/Makefile
===================================================================
--- box/trunk/documentation/Makefile	2008-04-28 23:54:20 UTC (rev 2151)
+++ box/trunk/documentation/Makefile	2008-04-28 23:59:11 UTC (rev 2152)
@@ -59,10 +59,10 @@
 
 # for BSD make:
 .xml.8:
-	$(DBPROC) -o $(.TARGET) $(MANXSL) $(.IMPSRC)
-	cp $(.TARGET) man-pages/
-	rm -f man-pages/$(.TARGET).gz
-	gzip -f -9 man-pages/$(.TARGET)
+	$(DBPROC) -o $@ $(MANXSL) $<
+	cp $@ man-pages/
+	rm -f man-pages/$@.gz
+	gzip -f -9 man-pages/$@
 
 # for GNU make:
 #%.8: %.xml




More information about the Boxbackup-commit mailing list