Documentati O_PATH (fine) e O_NOFOLLOW
[gapil.git] / Makefile
index f850d2bbd01ef52162c01652e071414d45aa01f1..00a8e2ff4ccec1d0fd26a644376f046b19c754b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ 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) 
+all: $(PDF_IMG) $(HTML_C) $(HTML_H) gapil.pdf
 
 $(HTML_C):  %.c.html: %.c
        source-highlight -f html -s cpp $<
@@ -37,17 +37,20 @@ gapil.tgz:  $(ALL_SRC)
 gapil.dvi:  *.tex
        latex gapil.tex
 
-gapil.pdf:  *.tex
+gapil.pdf:  *.tex Makefile
+       pdflatex gapil.tex
+       bibtex gapil
+       makeindex gapil.idx
        pdflatex gapil.tex
 
 gapil.ps: gapil.dvi 
        dvips -o gapil.ps gapil.dvi
 
-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/
+#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 \