mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-06 23:49:25 +03:00
fixed a number of small problems with Makefiles spotted by Albert Chin
* //Makefile.am : fixed a number of small problems with Makefiles spotted by Albert Chin Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Sat Aug 18 15:57:46 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* //Makefile.am : fixed a number of small problems with
|
||||
Makefiles spotted by Albert Chin
|
||||
|
||||
Thu Aug 16 14:37:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* win32/dsp/libxslt.def: minimal changes to compile 1.0.2 on
|
||||
|
||||
@@ -37,7 +37,7 @@ check-local: tests
|
||||
dummy:
|
||||
|
||||
tests: dummy
|
||||
@(cd tests ; make test)
|
||||
@(cd tests ; $(MAKE) test)
|
||||
|
||||
cleantar:
|
||||
@(rm -f libxslt*.tar.gz)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt \
|
||||
$(LIBXML_CFLAGS) $(CFLAGS)
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt $(LIBXML_CFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = libxslt.la
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../xsltproc ; make xsltproc)
|
||||
@(cd ../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = \
|
||||
article.xsl bigfont.xsl \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../xsltproc ; make xsltproc)
|
||||
@(cd ../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = doc.xsl doc.xml doc.dtd result.xml
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../xsltproc ; make xsltproc)
|
||||
@(cd ../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = data.xml vrml.xsl vrml.xml svg.xsl svg.xml html.xsl html.xml
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ EXTRA_DIST = \
|
||||
xslbenchdream.xml
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../xsltproc ; make xsltproc)
|
||||
@(cd ../../xsltproc ; xsltproc)
|
||||
|
||||
all: alphabetize attsets avts axis backwards bottles breadth brutal chart \
|
||||
creation current dbonerow dbtail decoy depth encrypt functions game \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
all: single xtchunk # Avoid doing the test in normal pass
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../xsltproc ; make xsltproc)
|
||||
@(cd ../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = README VERSION
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../xsltproc ; make xsltproc)
|
||||
@(cd ../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = bredfort.css index.xml system.xml \
|
||||
bredfort.xsl menu.xml worklog.xml \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../../xsltproc ; make xsltproc)
|
||||
@(cd ../../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = \
|
||||
node-set.1.xml node-set.1.xsl node-set.1.out \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../../xsltproc ; make xsltproc)
|
||||
@(cd ../../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = \
|
||||
function.1.out function.1.xml function.1.xsl \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
$(top_builddir)/xsltproc/xsltproc:
|
||||
@(cd ../../../xsltproc ; make xsltproc)
|
||||
@(cd ../../../xsltproc ; xsltproc)
|
||||
|
||||
EXTRA_DIST = \
|
||||
highest.1.out highest.1.xml highest.1.xsl \
|
||||
|
||||
Reference in New Issue
Block a user