diff options
Diffstat (limited to 'X11/xtrans/doc/Makefile.am')
-rw-r--r-- | X11/xtrans/doc/Makefile.am | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/X11/xtrans/doc/Makefile.am b/X11/xtrans/doc/Makefile.am index 014c956ae..1b67837f1 100644 --- a/X11/xtrans/doc/Makefile.am +++ b/X11/xtrans/doc/Makefile.am @@ -1,13 +1,13 @@ - -if ENABLE_DOCS - -# 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 ENABLE_DOCS +
+if ENABLE_DOCS
+
+# 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 ENABLE_DOCS
|