projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af078f
)
Get rid of install target: not needed anymore.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 15 Dec 2004 01:11:52 +0000
(
01:11
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 15 Dec 2004 01:11:52 +0000
(
01:11
+0000)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index 3d1869f73693898924d4286691cf71a636b805e3..9e918bb93842d827108f101c2acbed56f07382e1 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-38,10
+38,3
@@
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