]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Применить bettermotherfuckingwebsite.com's CSS
[cypherpunks-www.git] / Makefile
index b2696376ca86d1423e45c1f9c48f5db87598da3a..7fdbcfb6a14b61eb10c44b0172e099e378f38b4f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,17 +2,17 @@ include private.mk
 
 .PHONY: static
 
+all: clean html static
+
 clean:
        rm -rf out.html
 
 html:
-       makeinfo --html -o out.html index.texi
+       makeinfo --html --css-include=style.css -o out.html index.texi
 
 static:
        cd static ; tar cf - . | tar xfC - ../out.html
 
-all: clean html static
-
 update-remote:
        rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks