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

@ -29,6 +29,8 @@ v0.37.00 26-Dec-2002.
user:group to follow the new POSIX syntax. Please let me know
if you are using an older distribution that complains about
this. This was needed for FreeBSD 4.7.
Added Dutch template macro files. Updated English and German
template macro files. Please remove old ones before installing.
libs:
The nodelist lookup functions are now in a separate library.

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.