radare2/doc.sw/Makefile
2010-07-22 01:32:30 +02:00

13 lines
284 B
Makefile

# http://nibble.develsec.org/sw.cgi/projects/sw.md
all:
PATH=$$PWD/sw:$${PATH} sw.gen site
md5sum site.static/*/*
for a in `find site.static/ -type d` ; do cp style.css $$a ; done
sync:
rsync -avz site.static/* radare.org:/srv/http/radareorg/doc/sw/
clean:
rm -rf site.static