From f063e9f5d4eb81856c9d6b21ac60436a017f1c3b Mon Sep 17 00:00:00 2001 From: Simone Piccardi Date: Fri, 11 Mar 2005 18:41:05 +0000 Subject: [PATCH] Risistemazione delle pagine web dopo l'installazione di trac su dodds.truelite.it. --- Makefile | 20 +++++++++++++------- html/download.html | 2 +- html/gapil.html | 6 +++++- html/stato.html | 2 +- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 1b8f0e4..043f6f4 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,17 @@ -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 +SRC_IMG = $(wildcard img/*.dia) +PS_IMG = $(SRC_IMG:.dia=.ps) +EPS_IMG = $(SRC_IMG:.dia=.eps) +PDF_IMG = $(SRC_IMG:.dia=.pdf) +SRC = $(wildcard sources/*.c) $(wildcard sources/*.h) sources/Makefile CODE_C = $(wildcard listati/*.c) CODE_H = $(wildcard listati/*.h) HTML_C = $(CODE_C:.c=.c.html) HTML_H = $(CODE_H:.h=.h.html) +VARIE = README ChangeLog *.sh htgapil.cfg tex4ht.env htgapil/* html/*.html +ALL_SRC = $(SRC_IMG) $(SRC) *.tex Makefile $(VARIE) *.bib $(CODE_C) $(CODE_H) -all: $(PDF_IMG) gapil.tgz $(HTML_C) $(HTML_H) #htm + +all: $(PDF_IMG) $(HTML_C): %.c.html: %.c source-highlight -f html -s cpp $< @@ -25,7 +28,10 @@ $(PS_IMG): %.ps : %.eps $(EPS_IMG): %.eps : %.dia dia --nosplash -e $@ $< -gapil.tgz: $(SOURCE) sources/Makefile +gapil_source.tgz: $(SRC) + tar -cvz -f $@ $^ + +gapil.tgz: $(ALL_SRC) tar -cvz -f $@ $^ gapil.dvi: *.tex diff --git a/html/download.html b/html/download.html index ba8da84..3bbe13c 100644 --- a/html/download.html +++ b/html/download.html @@ -84,7 +84,7 @@ + href="http://gapil.truelite.it/sources"> Subversion diff --git a/html/gapil.html b/html/gapil.html index ea697bb..bc88557 100644 --- a/html/gapil.html +++ b/html/gapil.html @@ -84,7 +84,7 @@ + href="http://gapil.truelite.it/sources"> Subversion @@ -152,6 +152,10 @@ + 11 - marzo - 2005
Modificata la pagina dell'accesso + ai sorgenti, per l'utilizzo del sistema di tracking
trac. +

6 - marzo - 2005
Realizzato un web server elementare a scopo didattico, in vista dell'iniziativa del diff --git a/html/stato.html b/html/stato.html index 45af5ab..76ed197 100644 --- a/html/stato.html +++ b/html/stato.html @@ -84,7 +84,7 @@ + href="http://gapil.truelite.it/sources"> Subversion -- 2.30.2