summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index a9b1c53..fe22e38 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,11 @@
+
+POSTS=$(patsubst %.md,%.html,$(wildcard posts/*.md))
+
PAGES=index.html\
+ about.html\
blog/index.html\
- blog/first.html\
- blog/anonimato-estatistica.html\
- blog/centralizacao-lei-felca.html\
- blog/conta-deletada.html\
- blog/tem-alguma-coisa-errada.html\
- blog/systemd.html\
- blog/rss.html\
- blog/espacos-liminares.html\
- blog/problemas-rust.html\
tutoriais/index.html\
- tutoriais/index.rss\
- tutoriais/makefiles.html\
- tutoriais/orientacao-a-objetos.html\
- about.html
+ $(POSTS)
RSS = blog/index.rss tutoriais/index.rss