Added Dutch macro templates, updated English and German
This commit is contained in:
@@ -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
BIN
examples/templates-nl.tar
Normal file
Binary file not shown.
Reference in New Issue
Block a user