chiark / gitweb /
rename html rule to build rule, since it doesn't just make html
authoraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 1 Oct 1998 07:28:43 +0000 (07:28 +0000)
committeraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Thu, 1 Oct 1998 07:28:43 +0000 (07:28 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@665 313b444b-1b9f-4f58-a734-7bb04f332e8d

Makefile

index ba1fcfca4521cecc38e1feb7aa2277c7f8c0aa0d..2cdfb48cb2c41fc0c2850edcf5f1e87f369d4f4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,14 @@
 MANUAL         := $(shell basename $(shell pwd))
 PUBLISHDIR     := ../../../public_html/manuals.html/$(MANUAL)
 
-publish:       html
+publish:       build
        [ -d ../../../public_html ] || exit 1
        rm -f $(PUBLISHDIR)/*.html
        install -d $(PUBLISHDIR)
        install -m 644 --preserve-timestamps $(MANUAL).html/*.html $(PUBLISHDIR)
 
-html:
+.PHONY:        build
+build:
        debian/rules build
 
 clean: