mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-01-02 21:30:51 +00:00
16 lines
283 B
Makefile
16 lines
283 B
Makefile
#
|
|
# Top level GNO documentation makefile
|
|
#
|
|
SRCROOT = .
|
|
WEB_HOME_BASE =
|
|
SUBPROJECTS = refs refs.aug96
|
|
|
|
include $(SRCROOT)/etc/const-priv.mk
|
|
include $(SRCROOT)/etc/const.mk
|
|
-include $(SRCROOT)/etc/const-local.mk
|
|
|
|
include $(SRCROOT)/etc/rules.mk
|
|
|
|
clobber::
|
|
/bin/rm -rf $(OUTPUT_DIR)
|