mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2024-10-31 11:07:08 +00:00
20 lines
402 B
Makefile
20 lines
402 B
Makefile
|
#
|
||
|
# Kernel Reference Manual
|
||
|
#
|
||
|
SRCROOT = ../..
|
||
|
WEB_HOME_BASE = refs/intro
|
||
|
SUBPROJECTS =
|
||
|
|
||
|
TEX_SRC_BASENAME = intro
|
||
|
TEX_TITLE = GNO Overview and Installation Manual
|
||
|
|
||
|
include $(SRCROOT)/etc/const-priv.mk
|
||
|
include $(SRCROOT)/etc/const.mk
|
||
|
include $(SRCROOT)/etc/const-tex.mk
|
||
|
-include $(SRCROOT)/etc/const-local.mk
|
||
|
|
||
|
include $(SRCROOT)/etc/rules.mk
|
||
|
include $(SRCROOT)/etc/rules-tex.mk
|
||
|
|
||
|
buildLocal:: texBuild
|