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