mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-02-18 13:30:29 +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
|