diff 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
line wrap: on
line diff
--- a/Makefile.gen	Wed Mar 09 16:13:55 2016 +0200
+++ b/Makefile.gen	Mon Dec 19 19:01:27 2016 +0200
@@ -41,8 +41,6 @@
 # Documentation
 #
 $(DOC):
-	@wget -qO- http://www.tnsp.org/~ccr/nnchat/ | tr '\n' '§' | \
-	sed "s/<.-- BEGIN -->.*<.-- END -->//g;s/<script.*<\/script>//g" | tr '§' '\n' > "$@.tmp"
+	@cat doc/index.html | tr '\n' '§' | sed "s/<.-- BEGIN -->.*<.-- END -->//g;s/<script.*<\/script>//g" | tr '§' '\n' > "$@.tmp"
 	@links -dump "$@.tmp" > $@
 
-