From 9a15bd649b2fd1a3d950c43f099a3da147ad8cf7 Mon Sep 17 00:00:00 2001 From: Simone Piccardi Date: Sun, 6 Mar 2005 23:00:36 +0000 Subject: [PATCH] Rimessi insieme i makefile e le pagine web --- Makefile | 12 +++++------- html/download.html | 4 ++-- html/gapil.html | 7 ++++++- html/stato.html | 2 +- sources/Makefile | 2 +- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index ce650d6..1b8f0e4 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,6 @@ $(EPS_IMG): %.eps : %.dia gapil.tgz: $(SOURCE) sources/Makefile tar -cvz -f $@ $^ -htm: *.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 @@ -41,10 +37,12 @@ gapil.pdf: *.tex gapil.ps: gapil.dvi dvips -o 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 +install: gapil.pdf gapil.dvi + scp gapil.p* gapil_source.* piccardi@firenze.linux.it:public_html/gapil scp html/*.html piccardi@firenze.linux.it:public_html/gapil/ + scp gapil.p* gapil_source.tgz root@truelite.it:/var/www/gapil + scp html/*.html root@truelite.it:/var/www/gapil/ + clean: rm -f *.dvi *.log *.ps *.html *.aux *.toc *.rel *.ilg *.rip *.ind \ *.pdf *.out *.idx *~ listati/*.html img/*.ps img/*.eps img/*.pdf diff --git a/html/download.html b/html/download.html index b25b05a..ba8da84 100644 --- a/html/download.html +++ b/html/download.html @@ -86,7 +86,7 @@ - CVS + Subversion @@ -137,7 +137,7 @@ - CVS anonimo + Subversion anonimo diff --git a/html/gapil.html b/html/gapil.html index da57887..ea697bb 100644 --- a/html/gapil.html +++ b/html/gapil.html @@ -86,7 +86,7 @@ - SVN + Subversion @@ -152,6 +152,11 @@ + 6 - marzo - 2005
Realizzato un web server + elementare a scopo didattico, in vista dell'iniziativa del + Lilik su GaPiL. +

12 - gennaio - 2005
Completata la sezione sulla gestione della risoluzione degli indirizzi ed iniziata la sezione sulle opzioni dei socket. diff --git a/html/stato.html b/html/stato.html index 4de5e36..45af5ab 100644 --- a/html/stato.html +++ b/html/stato.html @@ -86,7 +86,7 @@ - CVS + Subversion diff --git a/sources/Makefile b/sources/Makefile index 797f54a..f612cf2 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -120,7 +120,7 @@ package: clean gapil_source.tgz gapil_source.tgz: - tar --exclude=CVS -cvz . -f $@ + tar -cvz *.[ch] Makefile README -f $@ mv $@ .. -- 2.30.2