projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22acef0
)
Add plaintext target.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 07:17:48 +0000
(07:17 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 07:17:48 +0000
(07:17 +0000)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index e06d52832b5598e5ae364d048b574513c2eba640..eb5c68e8421933175214e93d2561da6035aefa10 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-10,6
+10,9
@@
pintos.html: $(TEXIS) texi2html
pintos.info: $(TEXIS)
makeinfo $<
+pintos.text: $(TEXIS)
+ makeinfo --plaintext -o $@ $<
+
pintos.dvi: $(TEXIS)
texi2dvi $< -o $@