Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391157
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
463 B
Subscribers
None
Makefile
View Options
all: clean refman.pdf
pdf: refman.pdf
refman.pdf: refman.tex
pdflatex refman.tex
makeindex refman.idx
pdflatex refman.tex
latex_count=5 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
do \
echo "Rerunning latex...." ;\
pdflatex refman.tex ;\
latex_count=`expr $$latex_count - 1` ;\
done
clean:
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Feb 22, 20:21 (19 h, 34 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22408
Default Alt Text
Makefile (463 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment