makefile update and permissions fix
[libreplanet-static.git] / 2020 / Makefile
index 5eafb30fe3ce9053fbcf66702f8f97df1dc1c298..4f28977ad441b7aed188654c5fce067ab23cc189 100644 (file)
@@ -27,7 +27,8 @@ SESSIONS_HTML = program/generated-sessions.html
 
 all:
        @echo "Give me something to make."
-
+# for f in $(find -name '*.mdwn' -type f); do python -m markdown $f > ${f%mdwn}html; done
+# todo: edit below command so it translates ALL markdown files. use above command instead until then.
 wikipages:
        for dir in fun getting-around raffle safe-space-policy speaker-release sponsors volunteer;      do \
                if [ -f $$dir/index.mdwn ] ; then \