summaryrefslogtreecommitdiffstats
path: root/faq
diff options
context:
space:
mode:
authorfbarriere <fbarriere>2002-03-30 21:27:27 +0000
committerfbarriere <fbarriere>2002-03-30 21:27:27 +0000
commit8ef32a7cb37ed586384cc783696cfa9474a9a858 (patch)
treee44e2ec1097023aa2ec65e4a1a751b4fec27845d /faq
parente4e7eb3f631e2823f8104b97cac14287581b4923 (diff)
downloadsylpheeddoc-doc-8ef32a7cb37ed586384cc783696cfa9474a9a858.tar.gz
sylpheeddoc-doc-8ef32a7cb37ed586384cc783696cfa9474a9a858.tar.xz
sylpheeddoc-doc-8ef32a7cb37ed586384cc783696cfa9474a9a858.zip
Modified to build the HTML directory locally.
Diffstat (limited to 'faq')
-rw-r--r--faq/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/faq/Makefile b/faq/Makefile
index e50bae1..99c9704 100644
--- a/faq/Makefile
+++ b/faq/Makefile
@@ -5,6 +5,9 @@
#
######################################################################
# $Log: Makefile,v $
+# Revision 1.4 2002/03/30 21:27:27 fbarriere
+# Modified to build the HTML directory locally.
+#
# Revision 1.3 2002/03/20 21:20:08 fbarriere
# Now just a wrapper around the unique Makefile you should find
# in the parent directory.
@@ -19,6 +22,7 @@
# Created.
#
######################################################################
+HERE := $(shell pwd)
.DEFAULT:
- $(MAKE) -C .. ALL_TYPES=faq $@
+ $(MAKE) -C .. ALL_TYPES=faq HTML_DIR=$(HERE)/HTML $@