X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=21e5740a89fba4bf0e15ae685aa6f3fd03a3a1dc;hp=d1fb1d0070eae7426e4afc233e079660657b456e;hb=86e903a44e57cf2d3fe122693fae4319fc8ba89e;hpb=34f56436c681e35d93480457fd2c328ac9ab417b diff --git a/Makefile b/Makefile index d1fb1d0..21e5740 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ EPS_IMG = $(SOURCE_IMG:.dia=.eps) PDF_IMG = $(SOURCE_IMG:.dia=.pdf) SOURCE = $(wildcard sources/*.c) $(wildcard sources/*.h) sources/Makefile + all: $(PDF_IMG) gapil.tgz htm $(PDF_IMG): %.pdf: %.ps @@ -13,7 +14,7 @@ $(PS_IMG): %.ps : %.eps eps2eps $< $@ $(EPS_IMG): %.eps : %.dia - dia -e $@ $< + dia --nosplash -e $@ $< gapil.tgz: $(SOURCE) sources/Makefile tar -cvz -f $@ $^