summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-11-18 22:10:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-11-18 22:10:20 +0000
commit88941db6b0274247f68fc9e763ed037af7d83695 (patch)
treed7fae9adeac279a61d7bba0c0fd8d901822ff4a0
parent09850d9b136a3583605ca9b2ffbf2c409ed57e40 (diff)
downloadpango-88941db6b0274247f68fc9e763ed037af7d83695.tar.gz
Replace GNU-specific syntax with more common Makefile.am syntax
svn path=/trunk/; revision=2500
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 8ef306b5..a9702925 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