From d38167ed8527afc3dbda53a2c8c7c67e2eb48942 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 25 Jul 2001 11:55:54 +0000 Subject: [PATCH] tmpl/tex/de_technical: Move .tex files to .ger files --- tmpl/tex/de_technical/Makefile | 4 ++-- .../de_technical/{frontpage.tex.tmpl => frontpage.ger.tmpl} | 0 tmpl/tex/de_technical/{header.tex.tmpl => header.ger.tmpl} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tmpl/tex/de_technical/{frontpage.tex.tmpl => frontpage.ger.tmpl} (100%) rename tmpl/tex/de_technical/{header.tex.tmpl => header.ger.tmpl} (100%) diff --git a/tmpl/tex/de_technical/Makefile b/tmpl/tex/de_technical/Makefile index 8a7c6bf0..4688e7bc 100644 --- a/tmpl/tex/de_technical/Makefile +++ b/tmpl/tex/de_technical/Makefile @@ -2,6 +2,6 @@ # contact@jannet.de # $Id$ -TOPDIR = ../.. +MODDIR = ../.. -include $(TOPDIR)/make/text.mk +include $(MODDIR)/make/text.mk diff --git a/tmpl/tex/de_technical/frontpage.tex.tmpl b/tmpl/tex/de_technical/frontpage.ger.tmpl similarity index 100% rename from tmpl/tex/de_technical/frontpage.tex.tmpl rename to tmpl/tex/de_technical/frontpage.ger.tmpl diff --git a/tmpl/tex/de_technical/header.tex.tmpl b/tmpl/tex/de_technical/header.ger.tmpl similarity index 100% rename from tmpl/tex/de_technical/header.tex.tmpl rename to tmpl/tex/de_technical/header.ger.tmpl