mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-09 19:08:33 +00:00
11 lines
347 B
Makefile
11 lines
347 B
Makefile
################################################################################
|
|
#
|
|
# The Buildroot manual
|
|
#
|
|
################################################################################
|
|
|
|
MANUAL_SOURCES = $(sort $(wildcard docs/manual/*.txt) $(wildcard docs/images/*))
|
|
MANUAL_RESOURCES = $(TOPDIR)/docs/images
|
|
|
|
$(eval $(call asciidoc-document))
|