From: Sandro Santilli Date: Wed, 10 May 2006 10:37:03 +0000 (+0000) Subject: Removed >/dev/null redirection of pdfxmltex command, to see what's going on X-Git-Tag: pgis_1_1_3~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bb6799805d1beff33fbf9aa51c7188f9ba01083;p=postgis Removed >/dev/null redirection of pdfxmltex command, to see what's going on git-svn-id: http://svn.osgeo.org/postgis/trunk@2344 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile b/doc/Makefile index 954919046..4f75e7173 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -47,8 +47,7 @@ postgis.fo: postgis-out.xml html: html/postgis.html postgis.pdf: postgis.fo - $(PDFXMLTEX) $< > /dev/null ; \ - $(PDFXMLTEX) $< > /dev/null + $(PDFXMLTEX) $< jw: postgis-out.xml $(JW) $(COMMONOPTS) -o html/ postgis-out.xml