From: aph Date: Thu, 1 Oct 1998 07:28:43 +0000 (+0000) Subject: rename html rule to build rule, since it doesn't just make html X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=commitdiff_plain;h=fa6ce3511a872ba339f8ec4042d6b60c73fb6b95 rename html rule to build rule, since it doesn't just make html git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@665 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/Makefile b/Makefile index ba1fcfc..2cdfb48 100644 --- 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: