X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=37dc8fe95592fedcd96c10e6b11a4ce11bf48904;hb=bda25f439fa8e7992b2a6b3f1dfe286fdedb984c;hp=2cdfb48cb2c41fc0c2850edcf5f1e87f369d4f4a;hpb=fa6ce3511a872ba339f8ec4042d6b60c73fb6b95;p=developers-reference.git 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: