From: aph Date: Sun, 15 Nov 1998 09:23:17 +0000 (+0000) Subject: fix semantics to match PUBLISHDIR X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=commitdiff_plain;h=6ab4f4d072d12ba934de2a93633be38953fb0c1b fix semantics to match PUBLISHDIR git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@718 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/Makefile b/Makefile index 2cdfb48..37dc8fe 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,14 @@ -# Makefile, only used for the DDP manuals.sgml area +# Makefile, used for the DDP manuals.sgml area MANUAL := $(shell basename $(shell pwd)) -PUBLISHDIR := ../../../public_html/manuals.html/$(MANUAL) +PUBLISHDIR := ../../../public_html/manuals.html publish: build - [ -d ../../../public_html ] || exit 1 - rm -f $(PUBLISHDIR)/*.html - install -d $(PUBLISHDIR) - install -m 644 --preserve-timestamps $(MANUAL).html/*.html $(PUBLISHDIR) + [ -d $(PUBLISHDIR) ] || exit 1 + rm -f $(PUBLISHDIR)/$(MANUAL)/*.html + install -d -m 755 $(PUBLISHDIR)/$(MANUAL) + install -m 644 --preserve-timestamps $(MANUAL).html/*.html \ + $(PUBLISHDIR)/$(MANUAL) .PHONY: build build: