added clean and serve targets to Makefile
authorChristian Pointner <equinox@realraum.at>
Thu, 17 Dec 2015 21:36:35 +0000 (22:36 +0100)
committerChristian Pointner <equinox@realraum.at>
Thu, 17 Dec 2015 21:36:35 +0000 (22:36 +0100)
doc/Makefile

index bbd1432..8904164 100644 (file)
@@ -1,2 +1,10 @@
+.PHONY: default clean serve
+
 default:
        ikiwiki --setup ikiwiki.setup
+
+clean:
+       rm -rf dest
+
+serve: default
+       @cd dest; python -m SimpleHTTPServer