summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2008-06-24 04:59:47 +0000
committerDave Beckett <dave@dajobe.org>2008-06-24 04:59:47 +0000
commitb06a29414f03a67bcaed97a6408d1b466bf1cf29 (patch)
tree32c7f2ed50830041ffc075cc822711dad58ec77c
parent15d4d01df7911e186798df59fe4cd2a039719fcb (diff)
downloadraptor-b06a29414f03a67bcaed97a6408d1b466bf1cf29.tar.gz
Use $(PERL) not perl
-rw-r--r--docs/Makefile.am2
-rw-r--r--utils/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 36078bcd..800f479d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -107,7 +107,7 @@ version.xml.in
if MAINTAINER_MODE
libraptor.html: $(srcdir)/libraptor.3 $(srcdir)/../fix-groff-xhtml
- -groff -man -Thtml -P-l $< | tidy -asxml -wrap 1000 2>/dev/null | perl $(srcdir)/../fix-groff-xhtml $@
+ -groff -man -Thtml -P-l $< | tidy -asxml -wrap 1000 2>/dev/null | $(PERL) $(srcdir)/../fix-groff-xhtml $@
rdfcat.c: $(srcdir)/../examples/rdfcat.c
$(install_sh_DATA) $? $@
diff --git a/utils/Makefile.am b/utils/Makefile.am
index d24dde53..be373c04 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -66,7 +66,7 @@ rdfdiff_LDADD= $(top_builddir)/src/libraptor.la
if MAINTAINER_MODE
rapper.html: $(srcdir)/rapper.1 $(srcdir)/../fix-groff-xhtml
- -groff -man -Thtml -P-l $< | tidy -asxml -wrap 1000 2>/dev/null | perl $(srcdir)/../fix-groff-xhtml $@
+ -groff -man -Thtml -P-l $< | tidy -asxml -wrap 1000 2>/dev/null | $(PERL) $(srcdir)/../fix-groff-xhtml $@
endif
$(top_builddir)/src/libraptor.la: