Added Dutch macro templates, updated English and German
This commit is contained in:
parent
628d5cf596
commit
a799bca243
@ -29,6 +29,8 @@ v0.37.00 26-Dec-2002.
|
|||||||
user:group to follow the new POSIX syntax. Please let me know
|
user:group to follow the new POSIX syntax. Please let me know
|
||||||
if you are using an older distribution that complains about
|
if you are using an older distribution that complains about
|
||||||
this. This was needed for FreeBSD 4.7.
|
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:
|
libs:
|
||||||
The nodelist lookup functions are now in a separate library.
|
The nodelist lookup functions are now in a separate library.
|
||||||
|
@ -7,7 +7,8 @@ SRCS = endian.c
|
|||||||
HDRS = endian.h
|
HDRS = endian.h
|
||||||
OBJS = endian.o
|
OBJS = endian.o
|
||||||
OTHER = Makefile header.txt footer.txt menus-le.tar menus-be.tar \
|
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 ; \
|
tar xfC templates-de.tar ${PREFIX}/german/macro ; \
|
||||||
echo "Installed default German macro files" ; \
|
echo "Installed default German macro files" ; \
|
||||||
fi
|
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:
|
clean:
|
||||||
rm -f endian *.o *.h~ *.c~ core filelist Makefile.bak
|
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
BIN
examples/templates-nl.tar
Normal file
Binary file not shown.
Reference in New Issue
Block a user