summaryrefslogtreecommitdiffstats
path: root/faq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'faq/Makefile')
-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 $@