summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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