Skip to content
Snippets Groups Projects
Commit 29524449d752 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

Preparing for a not too distant alpha release:

- Makefile.am libxslt.spec.in tests/REC1/Makefile.am
  tests/REC2/Makefile.am: updated the makefiles and spec files to
  add tests, and the FEATURES file to the RPM
Daniel
parent f03fb93bb980
Branches
No related tags found
No related merge requests found
Tue Jan 23 14:58:32 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* Makefile.am libxslt.spec.in tests/REC1/Makefile.am
tests/REC2/Makefile.am: updated the makefiles and spec files to
add tests, and the FEATURES file to the RPM
Mon Jan 22 23:35:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> Mon Jan 22 23:35:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* Makefile.am libxslt.spec.in libxslt/Makefile.am tests/Makefile.am: * Makefile.am libxslt.spec.in libxslt/Makefile.am tests/Makefile.am:
......
...@@ -28,4 +28,6 @@ ...@@ -28,4 +28,6 @@
test tests: test tests:
@(cd tests ; make test) @(cd tests ; make test)
cleantar:
@(rm -f libxslt*.tar.gz)
...@@ -31,1 +33,4 @@ ...@@ -31,1 +33,4 @@
rpm: cleantar distcheck
rpm -ta libxslt*.tar.gz
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO %doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO FEATURES
%{prefix}/lib/lib*.so.* %{prefix}/lib/lib*.so.*
%{prefix}/bin/xsltproc %{prefix}/bin/xsltproc
......
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
$(top_builddir)/libxslt/xsltproc: $(top_builddir)/libxslt/xsltproc:
@(cd ../../libxslt ; make xsltproc) @(cd ../../libxslt ; make xsltproc)
EXTRA_DIST = doc.xsl doc.xml result.xml
all: test
test tests: $(top_builddir)/libxslt/xsltproc test tests: $(top_builddir)/libxslt/xsltproc
@(rm -f .memdump ; touch .memdump) @(rm -f .memdump ; touch .memdump)
@($(top_builddir)/libxslt/xsltproc doc.xsl doc.xml > doc.res ; \ @($(top_builddir)/libxslt/xsltproc doc.xsl doc.xml > doc.res ; \
...@@ -10,4 +14,3 @@ ...@@ -10,4 +14,3 @@
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
rm -f doc.res) rm -f doc.res)
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
$(top_builddir)/libxslt/xsltproc: $(top_builddir)/libxslt/xsltproc:
@(cd ../../libxslt ; make xsltproc) @(cd ../../libxslt ; make xsltproc)
EXTRA_DIST = data.xml vrml.xsl vrml.xml svg.xsl svg.xml html.xsl html.xml
all: test
test tests: $(top_builddir)/libxslt/xsltproc test tests: $(top_builddir)/libxslt/xsltproc
@(rm -f .memdump ; touch .memdump) @(rm -f .memdump ; touch .memdump)
@($(top_builddir)/libxslt/xsltproc vrml.xsl data.xml > vrml.res ; \ @($(top_builddir)/libxslt/xsltproc vrml.xsl data.xml > vrml.res ; \
...@@ -18,4 +22,3 @@ ...@@ -18,4 +22,3 @@
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\ grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
rm -f html.res) rm -f html.res)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment