diff options
Diffstat (limited to 'libXdmcp/doc')
-rw-r--r-- | libXdmcp/doc/Makefile.am | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/libXdmcp/doc/Makefile.am b/libXdmcp/doc/Makefile.am index 9f3bde8ea..fe11b9e65 100644 --- a/libXdmcp/doc/Makefile.am +++ b/libXdmcp/doc/Makefile.am @@ -1,15 +1,15 @@ - -if ENABLE_DOCS -if HAVE_XMLTO - -# Main DocBook/XML files (DOCTYPE book) -docbook = xdmcp.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 = xdmcp.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
|