2011-04-24 04:30:40 -06:00
|
|
|
|
|
|
|
SUBDIRS = fonts input graphics platforms
|
|
|
|
|
|
|
|
if ENABLE_DOCS
|
|
|
|
|
2012-06-09 03:07:41 -06:00
|
|
|
# Main DocBook/XML files (DOCTYPE book)
|
|
|
|
docbook = \
|
|
|
|
License.xml \
|
|
|
|
README.xml \
|
|
|
|
ReleaseNotes.xml \
|
2011-04-24 04:30:40 -06:00
|
|
|
Versions.xml
|
|
|
|
|
2012-06-09 03:07:41 -06:00
|
|
|
# The location where the DocBook/XML files and their generated formats are installed
|
|
|
|
shelfdir = $(docdir)
|
2011-04-24 04:30:40 -06:00
|
|
|
|
2012-06-09 03:07:41 -06:00
|
|
|
# Generate DocBook/XML output formats with or without stylesheets
|
|
|
|
include $(top_srcdir)/docbook.am
|
2011-04-24 04:30:40 -06:00
|
|
|
|
|
|
|
endif ENABLE_DOCS
|