Altre correzioni, con esempi sul server fortunes e relativa "demonizzazzione"
[gapil.git] / Makefile
index d1fb1d0070eae7426e4afc233e079660657b456e..21e5740a89fba4bf0e15ae685aa6f3fd03a3a1dc 100644 (file)
--- 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 $@ $^