mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-28 04:41:59 +03:00
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
This commit is contained in:
@ -53,7 +53,8 @@ API_DESC = $(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml
|
||||
GENERATED= $(srcdir)/libxsltclass.py \
|
||||
$(srcdir)/libxslt-export.c \
|
||||
$(srcdir)/libxslt-py.c \
|
||||
$(srcdir)/libxslt-py.h
|
||||
$(srcdir)/libxslt-py.h \
|
||||
$(srcdir)/libxsltclass.txt
|
||||
|
||||
$(GENERATED): gen_prog
|
||||
|
||||
@ -69,6 +70,4 @@ endif
|
||||
tests test: all
|
||||
cd tests && $(MAKE) tests
|
||||
|
||||
clean:
|
||||
rm -f $(GENERATED) *.o libxslt.so *.pyc libxslt.py gen_prog
|
||||
|
||||
CLEANFILES= $(GENERATED) *.o libxslt.so *.pyc libxslt.py gen_prog
|
||||
|
Reference in New Issue
Block a user