[gspell] Fix GTK-Doc build
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell] Fix GTK-Doc build
- Date: Thu, 19 Nov 2015 10:33:40 +0000 (UTC)
commit 7acaa9b10d11754fd27bb89d378c006127a70298
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Nov 19 11:30:15 2015 +0100
Fix GTK-Doc build
GTK-Doc apparently doesn't like the & in the URL.
The error was:
Makefile:728: recipe for target 'html-build.stamp' failed
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 05c7ba1..5b7574b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.64)
AC_INIT([gspell],
[0.1.2],
- [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=gspell],
+ [https://bugzilla.gnome.org/enter_bug.cgi?product=gspell],
[gspell],
[https://wiki.gnome.org/Projects/gspell])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]