Files
idk.i2p/Makefile
2020-01-06 19:42:38 -05:00

18 lines
615 B
Makefile

dummy:
README:
cat yTop.md ySidebar.md zBlog.md | tee README.md
index: README
@echo "<!DOCTYPE html>" > index.html
@echo "<html>" >> index.html
@echo "<head>" >> index.html
@echo " <title>idk's home page</title>" >> index.html
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> index.html
@echo "</head>" >> index.html
@echo "<body>" >> index.html
sed "s|magnetsub|[Magnet Link]($(MAGNET))|g" README.md | \
sed 's|https://github.com/eyedeekay/various-i2p-browsers/tree/master||g' | markdown | tee -a index.html
@echo "</body>" >> index.html
@echo "</html>" >> index.html