X-Git-Url: https://pere.pagekite.me/gitweb/text-rms-personal-data-safe.git/blobdiff_plain/710eb5d17466ecdfe7bc1f2f69198292a5259633..fc6b6c5e72a3610fb522df7023250f0512307145:/Makefile diff --git a/Makefile b/Makefile index 0d688ba..0d59954 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ markdown: $(MDS) pdf: $(PDFS) %.pdf: %.md - pandoc -t latex $^ -o $@ + pandoc --variable papersize=A4 --variable geometry=margin=2cm -t latex $^ -o $@ html: $(HTMLS) .md.html: @@ -51,7 +51,7 @@ po/A_radical_proposal_to_keep_your_personal_data_safe.nn.po: po/A_radical_propos clean: $(RM) *~ po/*~ distclean: clean - $(RM) $(PDFS) + $(RM) $(PDFS) $(HTMLS) stats: for f in po/*.po; do printf "$$f "; msgfmt --output /dev/null --statistics $$f; done