Files
shredos.x86_64/manual.mk

11 lines
358 B
Makefile

################################################################################
#
# The ShredOS user and developer manual
#
################################################################################
MANUAL_SOURCES = $(sort $(wildcard shredos_manual/*.txt) $(wildcard images/*))
MANUAL_RESOURCES = $(TOPDIR)/images
$(eval $(call asciidoc-document))