[libxml2] Rename xmlcatalog_man.xml



commit e163764607e11d5a4f7336fcaf48e9814305e6ba
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Sat Apr 2 16:42:33 2022 +0200

    Rename xmlcatalog_man.xml

 doc/Makefile.am                              | 8 ++++----
 doc/{xmlcatalog_man.html => xmlcatalog.html} | 0
 doc/{xmlcatalog_man.xml => xmlcatalog.xml}   | 0
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 366a5d06..a1814973 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -51,7 +51,7 @@ nobase_dist_doc_DATA = \
        tutorial/includexpath.c \
        tutorial/index.html \
        tutorial/ix01.html \
-       xmlcatalog_man.html \
+       xmlcatalog.html \
        xmllint.html
 
 dist_man_MANS = xmllint.1 xmlcatalog.1
@@ -62,7 +62,7 @@ EXTRA_DIST = \
        libxml2-api.xml \
        symbols.xml \
        syms.xsl \
-       xmlcatalog_man.xml \
+       xmlcatalog.xml \
        xmllint.xml
 
 DOCBOOK_HTML = http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
@@ -74,8 +74,8 @@ rebuild:
        cd $(srcdir) && $(XSLTPROC) -o ../win32/libxml2.def.src ../win32/defgen.xsl libxml2-api.xml
        cd $(srcdir) && $(XSLTPROC) --nonet xmllint.xml
        cd $(srcdir) && $(XSLTPROC) --nonet -o xmllint.html $(DOCBOOK_HTML) xmllint.xml
-       cd $(srcdir) && $(XSLTPROC) --nonet xmlcatalog_man.xml
-       cd $(srcdir) && $(XSLTPROC) --nonet -o xmlcatalog_man.html $(DOCBOOK_HTML) xmlcatalog_man.xml
+       cd $(srcdir) && $(XSLTPROC) --nonet xmlcatalog.xml
+       cd $(srcdir) && $(XSLTPROC) --nonet -o xmlcatalog.html $(DOCBOOK_HTML) xmlcatalog.xml
        cd devhelp && $(MAKE) rebuild
        cd examples && $(MAKE) rebuild
        cd .. && $(MAKE) rebuild_testapi
diff --git a/doc/xmlcatalog_man.html b/doc/xmlcatalog.html
similarity index 100%
rename from doc/xmlcatalog_man.html
rename to doc/xmlcatalog.html
diff --git a/doc/xmlcatalog_man.xml b/doc/xmlcatalog.xml
similarity index 100%
rename from doc/xmlcatalog_man.xml
rename to doc/xmlcatalog.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]