Skip to content

Commit a9ef13b

Browse files
author
Robbert Van Renesse
committed
New version of webinstall
1 parent 2233172 commit a9ef13b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webinstall

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
mkdir -p output
2+
make
3+
14
dir=/research/harmony
25
mkdir -p $dir/code
36
mkdir -p $dir/modules
@@ -13,8 +16,6 @@ python3 src/archive/implode.py manifest > archive.xml
1316
cp archive.xml $dir
1417
python3 src/archive/implode.py /dev/null > $dir/version.xml
1518

16-
mkdir -p output
17-
make
1819
./harmony --noweb code/Up.hny
1920
mv code/Up.htm output/Up.html
2021
./harmony --noweb code/naiveLock.hny

0 commit comments

Comments
 (0)