mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
11 lines
358 B
Makefile
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))
|