X-Git-Url: https://pere.pagekite.me/gitweb/text-destroy-surveillance.git/blobdiff_plain/367f601b0c76f4f0ccd81688774e22c6c1dd000e..56e66485bf5e40011f033ff3288706010a632f58:/Makefile diff --git a/Makefile b/Makefile index ed72e8d..14005d1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ SOURCE=how-to-destroy-surveillance-capitalism GENERATED = $(SOURCE).xml $(SOURCE).pdf $(SOURCE).html $(SOURCE).epub \ + $(SOURCE).de.xml $(SOURCE).de.pdf $(SOURCE).de.html $(SOURCE).de.epub \ $(SOURCE).nb.xml $(SOURCE).nb.pdf $(SOURCE).nb.html $(SOURCE).nb.epub \ $(SOURCE).pl.xml $(SOURCE).pl.pdf $(SOURCE).pl.html $(SOURCE).pl.epub @@ -35,6 +36,11 @@ po/$(SOURCE).pot: $(SOURCE).xml po/$(SOURCE).%.po: po/$(SOURCE).pot po4a --no-translations --msgmerge-opt --no-location po4a.cfg +$(SOURCE).de.xml: po/$(SOURCE).de.po $(SOURCE).xml + po4a --translate-only $(SOURCE).de.xml po4a.cfg +$(SOURCE).de.pdf: $(SOURCE).de.xml Makefile pdf.xsl + dblatex $(DBLATEX_OPTS) $(SOURCE).de.xml -o $@ + $(SOURCE).nb.xml: po/$(SOURCE).nb.po $(SOURCE).xml po4a --translate-only $(SOURCE).nb.xml po4a.cfg $(SOURCE).nb.pdf: $(SOURCE).nb.xml Makefile pdf.xsl