tex/*_technical: Beautify hyperlinks and stuff

This commit is contained in:
Jan Lindemann 2003-08-14 11:52:47 +00:00 committed by Jan Lindemann
commit c12218071e
7 changed files with 21 additions and 7 deletions

View file

@ -50,7 +50,7 @@ COMPILE_DEBUG_CODE = true
#USE_DMALLOC = true
#USE_MEMWATCH = true
#USE_EFENCE = true
USE_MPATROL = true
#USE_MPATROL = true
USE_COMPILER_DEBUG_OPTS = true
#USE_COMPILER_OPTIMIZATION = true
USE_TRACING = true

View file

@ -257,7 +257,7 @@ $(OUT).html.zip: $(HTMLDIR)
$(OUTPUT).pdf: $(GENERATED)
@echo "-- creating pdf file"
for i in 1 2 3 ; do echo "==== pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
for i in 1 2 3 ; do echo "============================ pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
mv $(MAIN).pdf $(OUTPUT).pdf
$(OUT).pdf.zip: $(OUTPUT).pdf
@ -274,7 +274,7 @@ html_install: $(HTMLDIR)
clean:
@echo "-- cleaning up ..."
rm -rf *.aux *.toc *.dvi *.pdf *.ps *~ *.log *.done *.rep \
*.lol *.bak *.idx *.ilg *.ind *.out *.brf \
*.lol *.bak *.idx *.ilg *.ind *.out *.brf .\#* \#* \
$(NEWDIRS) $(OUTPUT).txt \
$(GENERATED) \
$(CLEAN)