diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-09-18 09:31:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-09-18 09:31:46 +0000 |
commit | 1f23440f7922bcb217ecc00d121e046032854985 (patch) | |
tree | 232bc8d5fcd8f657af024bd1d6909749c140d17c /Makefile.am | |
parent | 4b8b616fb7982fb12e926e14cfab8cbcb9f07e25 (diff) | |
download | libxslt-1f23440f7922bcb217ecc00d121e046032854985.tar.gz libxslt-1f23440f7922bcb217ecc00d121e046032854985.tar.bz2 libxslt-1f23440f7922bcb217ecc00d121e046032854985.zip |
small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean"
* libxslt/functions.c libxslt/numbers.c: small fixes w.r.t.
IS_XSLT_REAL_NODE change
* python/Makefile.am Makefile.am: some makefile "distclean"
target improvement from Graham Wilson
* xsltproc/xsltproc.c: small fix from Alexey Efimov for options
display.
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e9daaa07..9ac06c2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,8 @@ xsltConf.sh: xsltConf.sh.in Makefile < $(srcdir)/xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh +CLEANFILES = xsltConf.sh + check-local: tests dummy: |