Fixed package groups
[platform/upstream/libXi.git] / specs / Makefile.am
1
2 if ENABLE_SPECS
3
4 # Main DocBook/XML files (DOCTYPE book)
5 docbook = inputlib.xml
6
7 # Included chapters, appendix, images
8 chapters = library.xml encoding.xml
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_SPECS