Merge branch 'stable' of ssh://vcs.fsf.org/libreplanet-static into stable
[libreplanet-static.git] / 2019 / Makefile
index 43e3cf9f06ecccea9ca8bcccdda03afe432f4fcc..8da11212ab4cf469b81c975c93d164260efeebda 100644 (file)
@@ -26,6 +26,12 @@ SESSIONS_HTML = program/generated-sessions.html
 all:
        @echo "Give me something to make."
 
+wikipages:
+       for dir in fun getting-around raffle safe-space-policy speaker-release sponsors volunteer;      do \
+               if [ -f $$dir/index.mdwn ] ; then \
+                        python -m markdown $$dir/index.mdwn > $$dir/index.html ; \
+               fi \
+       done
 
 speakers: $(SPEAKERS_HTML)