From 2bf7cbea4b0d72858424d2e02a5aaf28d39ac355 Mon Sep 17 00:00:00 2001 From: olly Date: Mon, 28 Sep 1998 10:19:41 +0000 Subject: [PATCH] Correction to makefile target git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@663 313b444b-1b9f-4f58-a734-7bb04f332e8d --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2