X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=00a8e2ff4ccec1d0fd26a644376f046b19c754b4;hp=9450318a2ccefe23bcde2a0b5268d1e964be6b15;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=dd4f349641cadba5040c3a9f3f8e077690c3de24 diff --git a/Makefile b/Makefile index 9450318..00a8e2f 100644 --- 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) $(HTML_C) $(HTML_H) +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 \