From: olly Date: Mon, 28 Sep 1998 10:19:41 +0000 (+0000) Subject: Correction to makefile target X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=developers-reference.git;a=commitdiff_plain;h=2bf7cbea4b0d72858424d2e02a5aaf28d39ac355 Correction to makefile target git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@663 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/Makefile b/Makefile index ce18564..ba1fcfc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile, only used for the DDP manuals.sgml area MANUAL := $(shell basename $(shell pwd)) -PUBLISHDIR := ../../../public_html/manuals.html/$(THISDIR) +PUBLISHDIR := ../../../public_html/manuals.html/$(MANUAL) publish: html [ -d ../../../public_html ] || exit 1