From 88941db6b0274247f68fc9e763ed037af7d83695 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 18 Nov 2007 22:10:20 +0000 Subject: Replace GNU-specific syntax with more common Makefile.am syntax svn path=/trunk/; revision=2500 --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1