chiark / gitweb /
Correction to makefile target
[developers-reference.git] / 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