From 0865ea9484cfb337c2d4eeff7f8499bb4b155647 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 28 Dec 2002 12:10:12 +0000 Subject: [PATCH] Renamed templates and txtfiles --- examples/Makefile | 6 +++--- examples/{templates.tar => templates-en.tar} | Bin examples/{txtfiles.tar => txtfiles-en.tar} | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename examples/{templates.tar => templates-en.tar} (100%) rename examples/{txtfiles.tar => txtfiles-en.tar} (100%) diff --git a/examples/Makefile b/examples/Makefile index a2a89555..f11e8667 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -6,7 +6,7 @@ include ../Makefile.global SRCS = endian.c HDRS = endian.h OBJS = endian.o -OTHER = Makefile header.txt footer.txt menus-le.tar menus-be.tar txtfiles.tar templates.tar +OTHER = Makefile header.txt footer.txt menus-le.tar menus-be.tar txtfiles-en.tar templates-en.tar ##################################################################################### @@ -34,11 +34,11 @@ install: all echo "Installed default english menus" ; \ fi @if [ ! -f ${PREFIX}/english/txtfiles/main.ans ]; then \ - tar xfC txtfiles.tar ${PREFIX}/english/txtfiles ; \ + tar xfC txtfiles-en.tar ${PREFIX}/english/txtfiles ; \ echo "Installed default english txtfiles" ; \ fi @if [ ! -f ${PREFIX}/english/macro/html.tic ]; then \ - tar xfC templates.tar ${PREFIX}/english/macro ; \ + tar xfC templates-en.tar ${PREFIX}/english/macro ; \ echo "Installed default english macro files" ; \ fi diff --git a/examples/templates.tar b/examples/templates-en.tar similarity index 100% rename from examples/templates.tar rename to examples/templates-en.tar diff --git a/examples/txtfiles.tar b/examples/txtfiles-en.tar similarity index 100% rename from examples/txtfiles.tar rename to examples/txtfiles-en.tar