comparison Makefile.gen @ 674:650e7a5c74c5

Add homepage and adjust Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Dec 2016 19:01:27 +0200
parents dd3083a3383d
children ec7e61450087
comparison
equal deleted inserted replaced
673:358cdc4c9178 674:650e7a5c74c5
39 39
40 # 40 #
41 # Documentation 41 # Documentation
42 # 42 #
43 $(DOC): 43 $(DOC):
44 @wget -qO- http://www.tnsp.org/~ccr/nnchat/ | tr '\n' '§' | \ 44 @cat doc/index.html | tr '\n' '§' | sed "s/<.-- BEGIN -->.*<.-- END -->//g;s/<script.*<\/script>//g" | tr '§' '\n' > "$@.tmp"
45 sed "s/<.-- BEGIN -->.*<.-- END -->//g;s/<script.*<\/script>//g" | tr '§' '\n' > "$@.tmp"
46 @links -dump "$@.tmp" > $@ 45 @links -dump "$@.tmp" > $@
47 46
48