Skip to content
Snippets Groups Projects
Commit 72a95a81 authored by rtoy's avatar rtoy
Browse files

Add a target to create a tar file of the html files.

parent ec4a2af4
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,12 @@ all: cmu-user.ps
%.ps : %.ps1
psset -d -o $@ $<
# Tar up the html files
cmu-user-html.tgz : cmu-user.html
mkdir cmu-user
cp *.html *.gif cmu-user
tar cf - cmu-user | gzip > cmu-user-html.tgz
# generate Postscript for letter format, instead of for A4 paper
.INTERMEDIATE: cmu-user-letter.tex
cmu-user-letter.tex: cmu-user.tex
......
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