diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-11-18 22:10:20 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-11-18 22:10:20 +0000 |
commit | 88941db6b0274247f68fc9e763ed037af7d83695 (patch) | |
tree | d7fae9adeac279a61d7bba0c0fd8d901822ff4a0 /docs | |
parent | 09850d9b136a3583605ca9b2ffbf2c409ed57e40 (diff) | |
download | pango-88941db6b0274247f68fc9e763ed037af7d83695.tar.gz |
Replace GNU-specific syntax with more common Makefile.am syntax
svn path=/trunk/; revision=2500
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
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 |