repo.or.cz
/
less_retarded_wiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update
[less_retarded_wiki.git]
/
make_all.sh
blob
94ac72b7b0686295303a3f46cf0a32306a15e151
1
#!/bin/sh
2
# Convert the wiki to all formats.
3
4
echo
"making all"
5
6
.
/
make_html.sh
7
.
/
make_txt.sh
8
.
/
make_pdf.sh
9
10
mkdir lrs_wiki
11
mkdir lrs_wiki
/
md
12
cp
*
.md lrs_wiki
/
md
13
cp
lrs_wiki.html lrs_wiki
14
cp
lrs_wiki.txt lrs_wiki
15
cp
lrs_wiki.pdf lrs_wiki
16
7
z a lrs_wiki
.7
z lrs_wiki
-t7z -mfb
=
64
-md
=
32
m
-ms
=
on
17
cp
lrs_wiki
.7
z html
18
19
echo
"done"