]> Cypherpunks.ru repositories - cryptoparty-www.git/blob - Makefile
Fix 404 (dir) link
[cryptoparty-www.git] / Makefile
1 html:
2         makeinfo --html \
3                 --css-include=style.css \
4                 --set-customization-variable SHOW_TITLE=0 \
5                 --set-customization-variable DATE_IN_HEADER=1 \
6                 --set-customization-variable TOP_NODE_UP_URL=index.html \
7                 -o cryptoparty.html index.texi
8
9 static:
10         cd static ; tar cf - . | tar xfC - ../cryptoparty.html
11         cp -f logo.png cryptoparty.html