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.
10 lines
155 B
Makefile
10 lines
155 B
Makefile
if ENABLE_SPECS
|
|
|
|
xmldir = $(docdir)/$(subdir)
|
|
doc_sources = xlfd.xml
|
|
dist_xml_DATA = $(doc_sources)
|
|
|
|
include $(top_srcdir)/xmlrules.in
|
|
|
|
endif ENABLE_SPECS
|