diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-04-10 10:11:06 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-04-10 10:11:06 +0000 |
commit | df1a13486bd026f83934f24cc79f92f52c258d91 (patch) | |
tree | 40d7079afee2eaf4054dbf659f8c890966826f2c /Makefile.am | |
parent | 7e20780477a90413fc56eaf4093580eb0e88833e (diff) | |
download | libxslt-df1a13486bd026f83934f24cc79f92f52c258d91.tar.gz libxslt-df1a13486bd026f83934f24cc79f92f52c258d91.tar.bz2 libxslt-df1a13486bd026f83934f24cc79f92f52c258d91.zip |
- configure.in: released 0.7.0
- tests/XSLTMark/Makefile.am: trying to solve some make distcheck
problems
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ea82138f..af9dfa0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,6 @@ test tests: dummy cleantar: @(rm -f libxslt*.tar.gz) -rpm: cleantar distcheck +rpm: cleantar dist rpm -ta libxslt*.tar.gz |