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