summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--README.md6
2 files changed, 10 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8ec4bb4..da3ebb4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-build:
+help: ## Show this help.
+ @sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST)
+build: ## build estatico
stack build
-update_gitweb_readme:
- markdown README.md | ssh git readme miguel/estatico set
+update_gitweb_readme: ## update gitolite readme
+ markdown README.md | ssh gitolite@comet readme miguel/estatico set
diff --git a/README.md b/README.md
index 6c975de..5b3277a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
# estático - static website generator
This is my minimalistic static website generator coded in **Haskell**.
-It uses **pandoc** et al. for the heavy work.
+It uses **pandoc** et al. for all the heavy work.
Consult the project page for details:
* <https://www.idziorek.net/blog/Haskell/Estatico-Page-Maker/>
+
+---
+
+simplify, document, improve AAAND maybe even consider putting this shit on hackage!?