Completato I/O vettorizzato, si comincia il memory mapped.
[gapil.git] / Makefile
index 21ca364552ebcad4e4ce600b5fbd77bd18a97922..e50363e12d822ef84e0033858680f566ed1de852 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,14 @@
-all: html dvi ps pdf img
 
-html:
+html: *.tex
        latex2html -local_icons -no_math -no_footnode gapil.tex
 
-dvi: 
+gapil.dvi:  *.tex
        latex gapil.tex
 
-pdf: 
+gapil.pdf:  *.tex
        pdflatex gapil.tex
 
-ps: 
+gapil.ps: gapil.dvi 
        dvips -o gapil.ps gapil.dvi
 
 install: