From 22c686f388d700c89119a277f1a318e062d0282c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 May 2012 23:39:05 +0200 Subject: build: Use @PACKAGE_URL@ instead of hard-coded URLs. * doc/user/lout/front-page.lout.in: Use @PACKAGE_URL@ instead of the hard-coded URL. * src/guile/skribilo/config.in (skribilo-url): Likewise. * substitute.am (substitute): Substitute @PACKAGE_URL@. --- substitute.am | 1 + 1 file changed, 1 insertion(+) (limited to 'substitute.am') diff --git a/substitute.am b/substitute.am index eb1aaae..9623b7e 100644 --- a/substitute.am +++ b/substitute.am @@ -11,6 +11,7 @@ substitute = sed -e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \ -e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \ -e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \ -e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \ + -e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \ -e 's,[@]FIG2DEV[@],$(FIG2DEV),g' \ -e 's,[@]CONVERT[@],$(CONVERT),g' -- cgit v1.2.3