diff options
author | Ludovic Courtès | 2012-05-29 23:39:05 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-30 01:44:04 +0200 |
commit | 22c686f388d700c89119a277f1a318e062d0282c (patch) | |
tree | a04d9e07f9511ef41a8b041ff52c21e29fc33ebe /substitute.am | |
parent | 11f6126e0866a7404959c16ac43ecbd3a9c3b3f6 (diff) | |
download | skribilo-22c686f388d700c89119a277f1a318e062d0282c.tar.gz skribilo-22c686f388d700c89119a277f1a318e062d0282c.tar.lz skribilo-22c686f388d700c89119a277f1a318e062d0282c.zip |
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@.
Diffstat (limited to 'substitute.am')
-rw-r--r-- | substitute.am | 1 |
1 files changed, 1 insertions, 0 deletions
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' |