Makefile.am revision 0cc2eac3
1
2if ENABLE_DOCS
3
4# Main DocBook/XML files (DOCTYPE book)
5docbook = Xmu.xml
6
7# Included chapters, appendix, images
8chapters = xlogo.svg
9
10# The location where the DocBook/XML files and their generated formats are installed
11shelfdir = $(docdir)
12
13# Generate DocBook/XML output formats with or without stylesheets
14include $(top_srcdir)/docbook.am
15
16endif ENABLE_DOCS
17