chiark / gitweb /
Correction to makefile target
authorolly <olly@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Mon, 28 Sep 1998 10:19:41 +0000 (10:19 +0000)
committerolly <olly@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Mon, 28 Sep 1998 10:19:41 +0000 (10:19 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@663 313b444b-1b9f-4f58-a734-7bb04f332e8d

Makefile

index ce1856420a863993624600550fc89b0f67a5f8eb..ba1fcfca4521cecc38e1feb7aa2277c7f8c0aa0d 100644 (file)
--- 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