Revisione di parecchia roba sulle reti, rimessi insieme gli esempi ed una
[gapil.git] / Makefile
index d1fb1d0070eae7426e4afc233e079660657b456e..570d4c70e9efd42a83940fd7e2ec4943d79560cf 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 $@ $^
@@ -35,7 +36,7 @@ gapil.ps: gapil.dvi
 install:
        scp -r gapil.p*  piccardi@firenze.linux.it:public_html/gapil
        scp -r gapil/*  piccardi@firenze.linux.it:public_html/gapil/html
-
+       scp html/*.html piccardi@firenze.linux.it:public_html/gapil/
 clean: 
        rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel *.ilg *.rip *.ind \
        *.pdf  *.out *.idx *~