mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-01-04 19:29:19 +00:00
2c7a0fbc5e
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.
25 lines
434 B
Makefile
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)
|