aboutsummaryrefslogtreecommitdiff
path: root/X11/xtrans/doc/Makefile.am
blob: e92bc728117d9723d28e2cd8e5365a4b81cb2bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

if ENABLE_DOCS
if HAVE_XMLTO

# Main DocBook/XML files (DOCTYPE book)
docbook = xtrans.xml

# The location where the DocBook/XML files and their generated formats are installed
shelfdir = $(docdir)

# Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am

endif HAVE_XMLTO
endif ENABLE_DOCS