5dc2fc0cd7
As with previous version, only manual pages in section 7 are installed for now. More work is needed to be able to format and install the docs that have been converted to docbook xml.
18 lines
243 B
Makefile
18 lines
243 B
Makefile
|
|
SUBDIRS = fonts input graphics platforms
|
|
|
|
if ENABLE_DOCS
|
|
|
|
doc_sources = \
|
|
License.xml \
|
|
README.xml \
|
|
ReleaseNotes.xml \
|
|
Versions.xml
|
|
|
|
xmldir = $(docdir)
|
|
dist_xml_DATA = $(doc_sources)
|
|
|
|
include $(top_srcdir)/xmlrules.in
|
|
|
|
endif ENABLE_DOCS
|