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:
20bbbef
)
Fix another problem with relative directories.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 10 Mar 2001 02:40:21 +0000
(
02:40
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 10 Mar 2001 02:40:21 +0000
(
02:40
+0000)
v7/dist/make-dist-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-dist-files
b/v7/dist/make-dist-files
index 834c8d49afdccf68fe7ee3d6f2e4d9e49c520c40..b518806c753ae405dd9f01d7960b0c54cf3b405d 100755
(executable)
--- a/
v7/dist/make-dist-files
+++ b/
v7/dist/make-dist-files
@@
-1,6
+1,6
@@
#!/bin/sh
-# $Id: make-dist-files,v 1.1
6 2001/03/10 02:34:20
cph Exp $
+# $Id: make-dist-files,v 1.1
7 2001/03/10 02:40:21
cph Exp $
#
# Copyright (c) 2000-2001 Massachusetts Institute of Technology
#
@@
-218,8
+218,8
@@
for TYPE in html info pdf ps; do
make_doc_file "zip -r" "${IMAGE_ROOT}" "zip"
case "${TYPE}" in
html | pdf)
- rm -rf "${IMAGE_ROOT}"
- mv -f "${IMAGE_DIR}"
.
+ rm -rf "${
TL_DIR}/${
IMAGE_ROOT}"
+ mv -f "${IMAGE_DIR}"
"${TL_DIR}/."
;;
esac
done