diff options
Diffstat (limited to 'X11/xtrans/doc/Makefile.am')
-rw-r--r-- | X11/xtrans/doc/Makefile.am | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/X11/xtrans/doc/Makefile.am b/X11/xtrans/doc/Makefile.am index 71b40e4e5..e92bc7281 100644 --- a/X11/xtrans/doc/Makefile.am +++ b/X11/xtrans/doc/Makefile.am @@ -1,15 +1,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 +
+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
|