summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-11-18 22:14:18 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-11-18 22:14:18 +0000
commit56a0b2f422832b1690affb93086e6fea186da648 (patch)
tree23d742eecaae44f61383773e11fd547b45332a61
parent88941db6b0274247f68fc9e763ed037af7d83695 (diff)
downloadpango-56a0b2f422832b1690affb93086e6fea186da648.tar.gz
Replace GNU-specific syntax with more general one.
2007-11-18 Behdad Esfahbod <behdad@gnome.org> * docs/Makefile.am: Replace GNU-specific syntax with more general one. svn path=/trunk/; revision=2501
-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