Inizio revisione capitolo 6.
[gapil.git] / Makefile
index 043f6f4c62a2867fd1b8dd36360a0b3d5cb4cae8..9450318a2ccefe23bcde2a0b5268d1e964be6b15 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)
 
 $(HTML_C):  %.c.html: %.c
        source-highlight -f html -s cpp $<
@@ -20,7 +20,7 @@ $(HTML_H):  %.h.html: %.h
        source-highlight -f html -s cpp $<
 
 $(PDF_IMG): %.pdf: %.eps
-       epstopdf $< --outfile=$@
+       GS_OPTIONS="-dAutoRotatePages=/None" epstopdf $< --outfile=$@
 
 $(PS_IMG): %.ps : %.eps
        eps2eps $< $@