diff --git a/make/tex.mk b/make/tex.mk index 8787f1b5..cc38c93a 100644 --- a/make/tex.mk +++ b/make/tex.mk @@ -75,6 +75,9 @@ pdf: dirs $(OUT).pdf.zip %.tex: %.tex.tmpl $(replace_macros) +%.ger: %.ger.tmpl + $(replace_macros) + %.html: %.html.tmpl $(replace_macros)