X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=570d4c70e9efd42a83940fd7e2ec4943d79560cf;hp=d1fb1d0070eae7426e4afc233e079660657b456e;hb=8350dd34c88cc0c336fdc33d642320dde1e942f7;hpb=34f56436c681e35d93480457fd2c328ac9ab417b diff --git a/Makefile b/Makefile index d1fb1d0..570d4c7 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 $@ $^ @@ -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 *~