projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aaa777
)
Don't generate .dvi files; do generate .pdf files.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 26 Jul 2000 16:48:19 +0000
(16:48 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 26 Jul 2000 16:48:19 +0000
(16:48 +0000)
v7/dist/make-doc-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-doc-files
b/v7/dist/make-doc-files
index 785ac7804cfba9d0e117a05352b99e146cd5bf52..42f87853941634256220343a5c72bf06a4f52949 100755
(executable)
--- a/
v7/dist/make-doc-files
+++ b/
v7/dist/make-doc-files
@@
-9,7
+9,7
@@
mkdir ${prefix}
mkdir ${tldir}
mans="ref-manual user-manual sos imail"
-types="texinfo info
dvi ps
html"
+types="texinfo info
ps pdf
html"
for type in ${types}
do