Call perl script using $(PERL_PATH)

Original commit message from CVS:
Call perl script using $(PERL_PATH)
This commit is contained in:
David Schleef 2003-05-18 03:36:41 +00:00
parent a47e41e879
commit 1dfc44793e
2 changed files with 2 additions and 2 deletions

View file

@ -36,4 +36,4 @@ EXTRA_DIST = extract.pl
# triggers a rebuild of all examples
#%.c:
dynamic.c gnome.c helloworld.c helloworld2.c queue.c threads.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
$(PERL_PATH) $(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml

View file

@ -36,4 +36,4 @@ EXTRA_DIST = extract.pl
# triggers a rebuild of all examples
#%.c:
dynamic.c gnome.c helloworld.c helloworld2.c queue.c threads.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
$(PERL_PATH) $(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml