X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=Makefile;h=9450318a2ccefe23bcde2a0b5268d1e964be6b15;hp=043f6f4c62a2867fd1b8dd36360a0b3d5cb4cae8;hb=c23786b2033224de5b188ddcf1180e35ed9eb5af;hpb=f063e9f5d4eb81856c9d6b21ac60436a017f1c3b diff --git a/Makefile b/Makefile index 043f6f4..9450318 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) +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 $< $@