Added Dutch macro templates, updated English and German

This commit is contained in:
Michiel Broek
2003-01-12 21:46:22 +00:00
parent 628d5cf596
commit a799bca243
5 changed files with 8 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ SRCS = endian.c
HDRS = endian.h
OBJS = endian.o
OTHER = Makefile header.txt footer.txt menus-le.tar menus-be.tar \
txtfiles-en.tar templates-en.tar templates-es.tar templates-de.tar
txtfiles-en.tar templates-en.tar templates-es.tar templates-de.tar \
templates-nl.tar
#####################################################################################
@@ -46,6 +47,10 @@ install: all
tar xfC templates-de.tar ${PREFIX}/german/macro ; \
echo "Installed default German macro files" ; \
fi
@if [ ! -f ${PREFIX}/dutch/macro/html.tic ]; then \
tar xfC templates-nl.tar ${PREFIX}/dutch/macro ; \
echo "Installed default Dutch macro files" ; \
fi
clean:
rm -f endian *.o *.h~ *.c~ core filelist Makefile.bak

Binary file not shown.

Binary file not shown.

BIN
examples/templates-nl.tar Normal file

Binary file not shown.