GraphicsMagick Commits | 5 Jul 2012 23:44
Picon

GraphicsMagick: GNUmakefile: Handle filter failures better by us...

changeset fce46e9e4476 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=fce46e9e4476
summary: GNUmakefile: Handle filter failures better by using a temporary file.

diffstat:

 doc/GNUmakefile |  56 +++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 41 insertions(+), 15 deletions(-)

diffs (111 lines):

diff -r 1781dcba2b46 -r fce46e9e4476 doc/GNUmakefile
--- a/doc/GNUmakefile	Wed Jun 27 21:00:17 2012 -0500
+++ b/doc/GNUmakefile	Thu Jul 05 16:44:32 2012 -0500
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-# Copyright (C) 2003 GraphicsMagick Group
+# Copyright (C) 2003-2012 GraphicsMagick Group
 #
 # This program is covered by multiple licenses, which are described in
 # Copyright.txt. You should have received a copy of Copyright.txt with this
 <at>  <at>  -48,19 +48,25  <at>  <at> 
 install: targets-install $(INSTALLWWW)/gm.html $(INSTALLUTILITIES)/gm.1

 clean: targets-clean
-	rm -f gm.1 gm.html gm.tex
+	rm -f gm.1 gm.html gm.tex *.tmp
 	rm -f $(GMSUBDIR)/*
 	if test -d $(GMSUBDIR) ; then rmdir $(GMSUBDIR) ; fi
 	if test -d expanded; then rmdir expanded; fi

(Continue reading)


Gmane