diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-10-19 21:35:47 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-10-19 21:35:47 +0000 |
commit | eb955f5fe189ef3dd831c69741bf52a22c547433 (patch) | |
tree | 61561c9b741fd75b11eb9f0b113535fc0148a287 /doc | |
parent | e0bbbefe2ea847e0a9aff4f802db18ae8e8bfe7a (diff) | |
download | libxslt-eb955f5fe189ef3dd831c69741bf52a22c547433.tar.gz libxslt-eb955f5fe189ef3dd831c69741bf52a22c547433.tar.bz2 libxslt-eb955f5fe189ef3dd831c69741bf52a22c547433.zip |
bump the libxml2 require to 2.6.0 which should ship for good real soon...
* configure.in: bump the libxml2 require to 2.6.0 which
should ship for good real soon...
* doc/Makefile.am: fix installation of HTML pages
* doc/libxslt-api.xml: rebuilt
* libxslt/xsltexports.h: cleanup
* python/generator.py: ATTRIBUTE_UNUSED is after the parameter
* xsltproc/xsltproc.c: applied Crutcher Dunnavant --load-trace patch 2
Daniel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/libxslt-api.xml | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a0351d55..4994b9f9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -105,8 +105,10 @@ install-data-local: $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/*.gif $(DESTDIR)$(TARGET_DIR) - -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR) - -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/html + -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)/html + -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(TARGET_DIR)/html + -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)/html $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial -@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial -(cd $(DESTDIR); gtkdoc-fixxref --module=libxslt --html-dir=$(HTML_DIR)) diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 2772c5a2..f5b23c37 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -406,6 +406,7 @@ <macro name='XSLTCALL' file='xsltexports'> </macro> <macro name='XSLTPUBFUN' file='xsltexports'> + <info>XSLTPUBFUN, XSLTPUBVAR, XSLTCALL Macros which declare an exportable function, an exportable variable and the calling convention used for functions. Please use an extra block for every platform/compiler combination when modifying this, rather than overlong #ifdef lines. This helps readability as well as the fact that different compilers on the same platform might need different definitions. Windows platform with MS compiler Windows platform with Borland compiler Windows platform with GNU compiler (Mingw) Cygwin platform, GNU compiler</info> </macro> <macro name='XSLTPUBVAR' file='xsltexports'> </macro> |