]> Cypherpunks.ru repositories - cryptoparty-www.git/blob - Makefile
1-го октября планируется
[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                 -o cryptoparty.html index.texi
7
8 static:
9         cd static ; tar cf - . | tar xfC - ../cryptoparty.html
10         cp -f logo.png cryptoparty.html