1
2if ENABLE_DEVEL_DOCS
3if HAVE_XMLTO
4
5# Main DocBook/XML files (DOCTYPE book)
6docbook = fontlib.xml
7
8# Generate DocBook/XML output formats with or without stylesheets
9include $(top_srcdir)/devbook.am
10
11endif HAVE_XMLTO
12endif ENABLE_DEVEL_DOCS
13