diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-23 14:00:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-23 14:00:42 +0000 |
commit | 583e78078754e2c77a72da0050d9176d150fbc7c (patch) | |
tree | 4cbc1400aa0ea497cea89b09876d4c37130c182f /Makefile.am | |
parent | cad80ff875fc88fd14cba358d657554b420755c5 (diff) | |
download | libxslt-583e78078754e2c77a72da0050d9176d150fbc7c.tar.gz libxslt-583e78078754e2c77a72da0050d9176d150fbc7c.tar.bz2 libxslt-583e78078754e2c77a72da0050d9176d150fbc7c.zip |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 10850068..e8e017a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,4 +28,9 @@ xsltConf.sh: xsltConf.sh.in Makefile test tests: @(cd tests ; make test) +cleantar: + @(rm -f libxslt*.tar.gz) + +rpm: cleantar distcheck + rpm -ta libxslt*.tar.gz |