From 32eea433b9e5b94bf1ff898279d915e8c05ecb8f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 28 Apr 2008 23:59:11 +0000 Subject: Remove BSDisms from makefile so it works on GNU make. --- documentation/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index 02f1de31..6856b897 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -59,10 +59,10 @@ man-html: bbackupquery.html bbackupctl.html bbstoreaccounts.html \ # 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 -- cgit v1.2.3