diff --git a/ChangeLog b/ChangeLog index 33a73b11..79dfe751 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/examples/Makefile b/examples/Makefile index 2ccfc80e..7574e66b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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 diff --git a/examples/templates-de.tar b/examples/templates-de.tar index 4798c485..38a896fb 100644 Binary files a/examples/templates-de.tar and b/examples/templates-de.tar differ diff --git a/examples/templates-en.tar b/examples/templates-en.tar index 85030fac..a5e2ef75 100644 Binary files a/examples/templates-en.tar and b/examples/templates-en.tar differ diff --git a/examples/templates-nl.tar b/examples/templates-nl.tar new file mode 100644 index 00000000..ff28e976 Binary files /dev/null and b/examples/templates-nl.tar differ