summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--docs/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9f59f5c..b222e4d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-18 Behdad Esfahbod <behdad@gnome.org>
+
+ * docs/Makefile.am: Replace GNU-specific syntax with more general one.
+
2007-11-16 Tor Lillqvist <tml@novell.com>
* pango/pango-utils.c (handle_alias_line): Factor out the common
diff --git a/docs/Makefile.am b/docs/Makefile.am
index a9702925..5c01ce3f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -99,7 +99,7 @@ man_MANS = pango-querymodules.1
if ENABLE_MAN
-.1.xml
+.1.xml:
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
endif