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:
40ba392
)
Delete previous doc-files directory before regenerating.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 Jul 2000 21:15:52 +0000
(21:15 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 Jul 2000 21:15:52 +0000
(21:15 +0000)
v7/doc/imail/make-docs.sh
patch
|
blob
|
history
diff --git
a/v7/doc/imail/make-docs.sh
b/v7/doc/imail/make-docs.sh
index 73c7e83221edac6223a9431b805719997bfd1a2f..3f581db26374a9897832296ac40f55075eefee59 100755
(executable)
--- a/
v7/doc/imail/make-docs.sh
+++ b/
v7/doc/imail/make-docs.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $Id: make-docs.sh,v 1.
1 2000/07/07 21:15:09
cph Exp $
+# $Id: make-docs.sh,v 1.
2 2000/07/07 21:15:52
cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
@@
-18,7
+18,8
@@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-mkdir -p doc-files
+rm -rf doc-files
+mkdir doc-files
cd doc-files
makeinfo ../imail.texinfo
texi2dvi ../imail.texinfo