--- /dev/null
+# Try to make files available from
+# https://pin-no.gitlab.io/how-to-destroy-surveillance-capitalism/
+# Based on https://gitlab.com/pages/plain-html
+
+image: alpine:latest
+pages:
+ stage: deploy
+ script:
+ - echo 'Nothing to do...'
+ artifacts:
+ paths:
+ - public
+ only:
+ - master
%.epub: %.xml
dbtoepub $^
+html: $(SOURCE).html
+ for LANG in $(LANGS); do \
+ $(MAKE) $(SOURCE).$$LANG.html ; \
+ done
+
+%.html: %.xml
+ xmlto -m extra/pdf.xsl html-nochunks $^
+
# Useful for spell checking the text
%.txt: %.xml
xmlto txt $<
printf "$$LANG "; msgfmt -o /dev/null --statistics po/$$LANG/mwcc.po; \
done
-.SUFFIXES: .xml .md
+.SUFFIXES: .html .xml .md