diff --git a/ChangeLog b/ChangeLog index f7821333..05a29e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Feb 9 21:58:56 CET 2005 Daniel Veillard + + * doc/Makefile.am doc/libxslt-api.xml doc/libxslt-refs.xml + doc/EXSLT/libexslt-api.xml: applied patch for make wiki from + Joel Reed and rebuild + * tests/plugins/Makefile.am: fix from Joel Reed for make dist + Sun Jan 30 20:01:21 CET 2005 Daniel Veillard * tests/plugins/testplugin.c win32/Makefile.msvc win32/configure.js: diff --git a/doc/EXSLT/libexslt-api.xml b/doc/EXSLT/libexslt-api.xml index b4efcd85..a0625f02 100644 --- a/doc/EXSLT/libexslt-api.xml +++ b/doc/EXSLT/libexslt-api.xml @@ -2,11 +2,11 @@ - - + + @@ -17,14 +17,14 @@ - - - - + + + + diff --git a/doc/Makefile.am b/doc/Makefile.am index 5300786d..3d8535f8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -122,6 +122,11 @@ html/index.html: libxslt-api.xml $(srcdir)/newapi.xsl echo "Validating the resulting XHTML pages" ; \ $(bindir)/xmllint --nonet --valid --noout html/*.html ; fi ); +wiki: libxslt-api.xml $(srcdir)/wiki.xsl + -@(if [ -x $(bindir)/xsltproc ] ; then \ + echo "Rebuilding the wiki HTML pages from the XSLT API" ; \ + $(bindir)/xsltproc --nonet $(srcdir)/wiki.xsl libxslt-api.xml; fi ) + EXSLT/html/index.html: EXSLT/libexslt-api.xml \ $(srcdir)/newapi.xsl -@(if [ -x $(bindir)/xsltproc ] ; then \ diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 19fb8586..6b0907d7 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -300,6 +300,7 @@ + @@ -508,6 +509,10 @@ + + Macro to do a casting from an object pointer to a function pointer without encountering a warning from gcc + + @@ -724,7 +729,6 @@ - @@ -847,7 +851,9 @@ informations are stored'/> *'/> - + + @@ -857,8 +863,8 @@ informations are stored'/> - - + + @@ -925,7 +931,12 @@ informations are stored'/> - + + + @@ -2305,7 +2316,7 @@ informations are stored'/> - Test wether the node matches one of the patterns in the list + Test whether the node matches one of the patterns in the list diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 4b28a1fb..007c4a8f 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -10,6 +10,7 @@ + @@ -409,6 +410,7 @@ + @@ -1741,6 +1743,7 @@ + @@ -2218,6 +2221,7 @@ + @@ -2676,6 +2680,8 @@ + + @@ -2793,6 +2799,7 @@ + @@ -3104,6 +3111,9 @@ + + + @@ -3315,6 +3325,9 @@ + + + @@ -3498,6 +3511,7 @@ + @@ -3581,6 +3595,9 @@ + + + @@ -3622,6 +3639,7 @@ + @@ -3842,6 +3860,7 @@ + @@ -3878,6 +3897,9 @@ + + + @@ -4190,6 +4212,10 @@ + + + + @@ -4583,9 +4609,6 @@ - - - @@ -4663,6 +4686,7 @@ + @@ -4709,6 +4733,7 @@ + @@ -4934,8 +4959,10 @@ + + @@ -5155,6 +5182,9 @@ + + + @@ -5625,6 +5655,7 @@ + @@ -5641,6 +5672,10 @@ + + + + @@ -6065,6 +6100,9 @@ + + + @@ -6109,6 +6147,9 @@ + + + @@ -6125,8 +6166,8 @@ - - + + @@ -6153,6 +6194,7 @@ + @@ -6210,6 +6252,7 @@ + diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index 94dacd10..01a4a06f 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -9,15 +9,16 @@ $(top_builddir)/xsltproc/xsltproc: EXTRA_DIST = plugin.out plugin.xml plugin.xsl -all: - -if WITH_MODULES pkglib_LTLIBRARIES = xmlsoft_org_xslt_testplugin.la xmlsoft_org_xslt_testplugin_la_CFLAGS = -DMODULE_COMPILE $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) xmlsoft_org_xslt_testplugin_la_SOURCES = testplugin.c xmlsoft_org_xslt_testplugin_la_LDFLAGS = -module -avoid-version $(LIBXML_LIBS) $(XSLT_LIBS) +all: + +if WITH_MODULES + test-logall: @echo '## Running plugin tests' @echo '## Note: installing xmlsoft_org_xslt_testplugin.so'