Makefile.am revision 972599cf
1 2if ENABLE_SPECS 3 4# Main DocBook/XML files (DOCTYPE book) 5docbook = analysis.xml appgroup.xml secint.xml XACE-Spec.xml 6 7# The location where the DocBook/XML files and their generated formats are installed 8shelfdir = $(docdir)/Xserver 9 10# Generate DocBook/XML output formats with or without stylesheets 11include $(top_srcdir)/docbook.am 12 13endif ENABLE_SPECS 14