xenocara/app/xfs/doc/Makefile.am

13 lines
244 B
Makefile
Raw Normal View History

2010-10-31 13:35:19 -06:00
if ENABLE_DEVEL_DOCS
if HAVE_XMLTO
2012-03-04 11:36:21 -07:00
# Main DocBook/XML files (DOCTYPE book)
docbook = xfs-design.xml
2010-10-31 13:35:19 -06:00
2012-03-04 11:36:21 -07:00
# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/devbook.am
2010-10-31 13:35:19 -06:00
endif HAVE_XMLTO
endif ENABLE_DEVEL_DOCS