projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f8992
)
Add `install' target.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 12 Oct 2004 22:53:00 +0000
(22:53 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 12 Oct 2004 22:53:00 +0000
(22:53 +0000)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index 9e918bb93842d827108f101c2acbed56f07382e1..3d1869f73693898924d4286691cf71a636b805e3 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-38,3
+38,10
@@
dist: pintos.html pintos.pdf
mkdir WWW WWW/specs
cp *.html *.png *.pdf *.css WWW
(cd ../specs && cp -r *.pdf freevga kbd sysv-abi-update.html ../doc/WWW/specs)
+
+install: dist
+ rm -rf /usr/class/cs140/WWW/projects/pintos.old
+ rm -rf /usr/class/cs140/WWW/projects/pintos.new
+ mv WWW /usr/class/cs140/WWW/projects/pintos.new
+ cd /usr/class/cs140/WWW/projects && mv pintos pintos.old && \
+ mv pintos.new pintos