Skip to content
Snippets Groups Projects
Commit e1df198d authored by toy's avatar toy
Browse files

The main file is cmu-user now, not cmucl-user. Update appropriately.

parent 8caa3371
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ FILES = *.tex
%.gz : %
gzip --best $<
.INTERMEDIATE: cmucl--user-letter.tex
cmucl-user-letter.tex: cmucl-user.tex
.INTERMEDIATE: cmu-user-letter.tex
cmu-user-letter.tex: cmu-user.tex
cp $< $@
perl -pi -e 's/documentclass\[a4paper\]/documentclass\[letter\]/' $@
......@@ -59,7 +59,7 @@ clean:
index:
makeindex cmucl-user.tdx -o cmucl-user.tnd
makeindex cmucl-user.vdx -o cmucl-user.vnd
makeindex cmucl-user.fdx -o cmucl-user.fnd
makeindex cmucl-user.cdx -o cmucl-user.cnd
makeindex cmu-user.tdx -o cmu-user.tnd
makeindex cmu-user.vdx -o cmu-user.vnd
makeindex cmu-user.fdx -o cmu-user.fnd
makeindex cmu-user.cdx -o cmu-user.cnd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment