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@. --- doc/user/lout/front-page.lout.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/lout/front-page.lout.in b/doc/user/lout/front-page.lout.in index 888b0d1..999706e 100644 --- a/doc/user/lout/front-page.lout.in +++ b/doc/user/lout/front-page.lout.in @@ -25,7 +25,7 @@ @LP Érick Gallesio, Manuel Serrano, Ludovic Courtès //1.3fx -"http://www.nongnu.org/skribilo/" @ExternalLink { @I "http://www.nongnu.org/skribilo/" } +"@PACKAGE_URL@" @ExternalLink { @I "@PACKAGE_URL@" } } -- cgit v1.2.3