gno-docs/faq/GNUmakefile
Devin Reade 2c7a0fbc5e Added FAQ source and generator code.
Other than moving some of the (now) unneeded generator components to
a 'historical' subdirectory and adding a GNUmakefile appropriate to
the new build, no changes have as yet been made.
2012-09-07 21:36:42 -06:00

25 lines
434 B
Makefile

#
# Frequently Asked Questions
#
SRCROOT = ..
WEB_HOME_BASE = faq
SUBPROJECTS =
GEN_TEXT = $(WEB_HOME)/csa2g.FAQ.txt
GEN_HTML = $(WEB_HOME)/csa2g.FAQ.html
TARGETS = $(GEN_TEXT) $(GEN_HTML)
MKFAQ = ./mkfaq
FAQ_SRC = FAQ.gno.src
include $(SRCROOT)/etc/const-priv.mk
include $(SRCROOT)/etc/const.mk
-include $(SRCROOT)/etc/const-local.mk
include $(SRCROOT)/etc/rules.mk
$(GEN_TEXT) $(GEN_HTML): $(FAQ_SRC) $(MKFAQ)
$(MKFAQ)