commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-womb] gnumaint/fsd Makefile


From: Kaloian Doganov
Subject: [commit-womb] gnumaint/fsd Makefile
Date: Mon, 20 Apr 2009 08:19:12 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Kaloian Doganov <kaloian>       09/04/20 08:19:12

Modified files:
        fsd            : Makefile 

Log message:
        Obsolete rules cleanup.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/fsd/Makefile?cvsroot=womb&r1=1.1&r2=1.2

Patches:
Index: Makefile
===================================================================
RCS file: /sources/womb/gnumaint/fsd/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile    20 Apr 2009 08:16:53 -0000      1.1
+++ Makefile    20 Apr 2009 08:19:12 -0000      1.2
@@ -2,23 +2,19 @@
 TEXI2DVI = texi2dvi
 TEXI2PDF = texi2pdf
 MAKEINFO = makeinfo
-NEATO = neato
 
 A4_FLAGS = -t @afourpaper
 LETTER_FLAGS =
 
 .PHONY: clean info all
 
-all: info fsd-er.png
+all: info
 
 info: fsd-schema.info
 
 fsd-schema.info: fsd-schema.texi
        $(MAKEINFO) $<
 
-fsd-er.png: fsd-er.gv
-       $(NEATO) -Tpng -o $@  $<
-
 clean:
        rm -f *.aux
        rm -f *.cp
@@ -34,4 +30,3 @@
        rm -f *.tp
        rm -f *.vr
        rm -f fsd-schema.txt
-       rm -f fsd-er.png




reply via email to

[Prev in Thread] Current Thread [Next in Thread]