diff options
Diffstat (limited to 'xorg-server/doc/xml/xmlrules-inst.in')
-rw-r--r-- | xorg-server/doc/xml/xmlrules-inst.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xorg-server/doc/xml/xmlrules-inst.in b/xorg-server/doc/xml/xmlrules-inst.in deleted file mode 100644 index d6965ff05..000000000 --- a/xorg-server/doc/xml/xmlrules-inst.in +++ /dev/null @@ -1,23 +0,0 @@ -
-# The doc_sources variable contains one or more DocBook/XML source file.
-# The generated documents will be installed in $(docdir),
-# The DocBook/XML files will always be included in the tarball
-
-dist_doc_DATA = $(doc_sources)
-
-if HAVE_XMLTO
-doc_DATA = $(doc_sources:.xml=.html)
-
-if HAVE_FOP
-doc_DATA += $(doc_sources:.xml=.pdf)
-endif
-
-if HAVE_XMLTO_TEXT
-doc_DATA += $(doc_sources:.xml=.txt)
-endif
-
-CLEANFILES = $(doc_DATA)
-include $(top_srcdir)/doc/xml/xmlrules.in
-
-endif HAVE_XMLTO
-
|