1
0
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:
Daniel Veillard
2001-08-18 14:00:41 +00:00
parent 1a43e5c802
commit f89de317a2
12 changed files with 16 additions and 12 deletions

View File

@@ -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

View File

@@ -37,7 +37,7 @@ check-local: tests
dummy:
tests: dummy
@(cd tests ; make test)
@(cd tests ; $(MAKE) test)
cleantar:
@(rm -f libxslt*.tar.gz)

View File

@@ -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

View File

@@ -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 \

View File

@@ -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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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 \