diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-06-26 16:48:50 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-06-26 16:48:50 +0000 |
commit | ca7b10420516e3cc1acded6b75e7ca31fc4b97ab (patch) | |
tree | 95ce3785a81c5f46d05fcf8538fac9d3a2bc1f06 /doc/Makefile.am | |
parent | 3e19b449a6afb3aa0333d77497e06fc31557cddc (diff) | |
download | libxslt-ca7b10420516e3cc1acded6b75e7ca31fc4b97ab.tar.gz libxslt-ca7b10420516e3cc1acded6b75e7ca31fc4b97ab.tar.bz2 libxslt-ca7b10420516e3cc1acded6b75e7ca31fc4b97ab.zip |
releasing 0.13.0 don't index the win32 include rebuilt the docs Daniel
* configure.in doc/xslt.html: releasing 0.13.0
* doc/Makefile.am: don't index the win32 include
* doc/html/*: rebuilt the docs
Daniel
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index de330846..5fc5b77e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,7 +14,7 @@ HTML_DIR=$(prefix)/doc TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/html scan: - gtkdoc-scan --module=libxslt --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h" + gtkdoc-scan --module=libxslt --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h win32config.h" templates: scan gtkdoc-mktmpl --module=libxslt |