You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2005/04/15 09:02:19 UTC

[PATCH[ top level Makefile.am doesn't use @PERL@ everywhere

Hi,

Index: Makefile.am
===================================================================
--- Makefile.am (revision 161381)
+++ Makefile.am (working copy)
@@ -57,12 +57,12 @@
         cp -a docs $(DESTDIR)$(pkgdatadir)

  %.html: $(POD_DIR)/%.pod Makefile.am
-       pod2html < $< | perl -0777 -pe '$(SED_BODY_TAG)' > $@
+       pod2html < $< | @PERL@ -0777 -pe '$(SED_BODY_TAG)' > $@

  pod2html :: Request.html Cookie.html Upload.html Table.html Error.html 
FAQ.html

  FAQ.html: Makefile.am FAQ.pod
-       pod2html < FAQ.pod | perl -0777 -pe '$(SED_BODY_TAG)' > FAQ.html
+       pod2html < FAQ.pod | @PERL@ -0777 -pe '$(SED_BODY_TAG)' > FAQ.html

  $(POD_DIR)/%.t: $(POD_DIR)/%.pod
         (cd glue/perl ; pod2test docs/$*.pod docs/$*.t)

-- 
END
------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
	http://www.liquidityservicesinc.com