Messi gli esempi nel testo e usata daemon dove serve nei server
[gapil.git] / Makefile
index 3a268c2a55fe7259b800e67ca43ab2c0f0c8bee3..21e5740a89fba4bf0e15ae685aa6f3fd03a3a1dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,28 @@
 SOURCE_IMG = $(wildcard img/*.dia)
+PS_IMG = $(SOURCE_IMG:.dia=.ps)
 EPS_IMG = $(SOURCE_IMG:.dia=.eps)
 PDF_IMG = $(SOURCE_IMG:.dia=.pdf)
+SOURCE =  $(wildcard sources/*.c) $(wildcard sources/*.h) sources/Makefile
 
-all: $(PDF_IMG) htm
 
-$(PDF_IMG): %.pdf: %.eps
+all: $(PDF_IMG) gapil.tgz htm 
+
+$(PDF_IMG): %.pdf: %.ps
        epstopdf $< --outfile=$@
+
+$(PS_IMG): %.ps : %.eps
+       eps2eps $< $@ 
+
 $(EPS_IMG): %.eps : %.dia
-       dia -e $@ $< 
+       dia --nosplash -e $@ $< 
+
+gapil.tgz: $(SOURCE) sources/Makefile
+       tar -cvz -f $@ $^
 
 htm: *.tex
        latex2html -local_icons -no_math -no_footnode gapil.tex
+       scp -r gapil/* piccardi@firenze.linux.it:public_html/gapil/html
+       scp gapil.p* piccardi@firenze.linux.it:public_html/gapil/
 
 gapil.dvi:  *.tex
        latex gapil.tex
@@ -22,7 +34,8 @@ gapil.ps: gapil.dvi
        dvips -o gapil.ps gapil.dvi
 
 install:
-       scp -r gapil*  piccardi@firenze.linux.it:public_html
+       scp -r gapil.p*  piccardi@firenze.linux.it:public_html/gapil
+       scp -r gapil/*  piccardi@firenze.linux.it:public_html/gapil/html
 
 clean: 
        rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel *.ilg *.rip *.ind \