diff options
Diffstat (limited to 'X11/xtrans/doc/Makefile.am')
-rw-r--r-- | X11/xtrans/doc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/X11/xtrans/doc/Makefile.am b/X11/xtrans/doc/Makefile.am index e92bc7281..1b67837f1 100644 --- a/X11/xtrans/doc/Makefile.am +++ b/X11/xtrans/doc/Makefile.am @@ -1,6 +1,5 @@ if ENABLE_DOCS
-if HAVE_XMLTO
# Main DocBook/XML files (DOCTYPE book)
docbook = xtrans.xml
@@ -11,5 +10,4 @@ shelfdir = $(docdir) # Generate DocBook/XML output formats with or without stylesheets
include $(top_srcdir)/docbook.am
-endif HAVE_XMLTO
endif ENABLE_DOCS
|