2011-05-30 13:19:29 -06:00
|
|
|
|
|
|
|
if ENABLE_SPECS
|
|
|
|
|
2011-05-30 14:52:47 -06:00
|
|
|
# Main DocBook/XML files (DOCTYPE book)
|
|
|
|
docbook = localedb.xml
|
2011-05-30 13:19:29 -06:00
|
|
|
|
2011-05-30 14:52:47 -06:00
|
|
|
# The location where the DocBook/XML files and their generated formats are installed
|
2011-08-27 09:34:14 -06:00
|
|
|
shelfdir = $(docdir)/i18n/localedb
|
2011-05-30 13:19:29 -06:00
|
|
|
|
2011-05-30 14:52:47 -06:00
|
|
|
# Generate DocBook/XML output formats with or without stylesheets
|
|
|
|
include $(top_srcdir)/docbook.am
|
|
|
|
|
2011-05-30 13:19:29 -06:00
|
|
|
endif ENABLE_SPECS
|