13 lines
241 B
Makefile
13 lines
241 B
Makefile
|
|
if ENABLE_DEVEL_DOCS
|
|
if HAVE_XMLTO
|
|
|
|
# Main DocBook/XML files (DOCTYPE book)
|
|
docbook = fontlib.xml
|
|
|
|
# Generate DocBook/XML output formats with or without stylesheets
|
|
include $(top_srcdir)/devbook.am
|
|
|
|
endif HAVE_XMLTO
|
|
endif ENABLE_DEVEL_DOCS
|