1
2if ENABLE_DOCS
3
4# Main DocBook/XML files (DOCTYPE book)
5docbook = ICElib.xml
6
7# The location where the DocBook/XML files and their generated formats are installed
8shelfdir = $(docdir)
9
10# Generate DocBook/XML output formats with or without stylesheets
11include $(top_srcdir)/docbook.am
12
13endif ENABLE_DOCS
14