Updated makefile for Spanish language
This commit is contained in:
parent
54095a6d9f
commit
561533ead6
@ -8,8 +8,8 @@ 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 \
|
txtfiles-en.tar templates-en.tar \
|
||||||
txtfiles-es.tar templates-es.tar \
|
menus-es.tar txtfiles-es.tar templates-es.tar \
|
||||||
menus-es.tar menus-en.tar \
|
menus-en.tar \
|
||||||
templates-de.tar \
|
templates-de.tar \
|
||||||
templates-nl.tar
|
templates-nl.tar
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ install: all
|
|||||||
@if [ ! -f ${PREFIX}/english/menus/main.mnu ]; then \
|
@if [ ! -f ${PREFIX}/english/menus/main.mnu ]; then \
|
||||||
tar xfC menus-`./endian`.tar ${PREFIX}/english/menus ; \
|
tar xfC menus-`./endian`.tar ${PREFIX}/english/menus ; \
|
||||||
echo "tar xfC menus-`./endian`.tar ${PREFIX}/english/menus" ; \
|
echo "tar xfC menus-`./endian`.tar ${PREFIX}/english/menus" ; \
|
||||||
echo "Installed default english menus" ; \
|
echo "Installed default English menus" ; \
|
||||||
fi
|
fi
|
||||||
@if [ ! -f ${PREFIX}/english/txtfiles/main.ans ]; then \
|
@if [ ! -f ${PREFIX}/english/txtfiles/main.ans ]; then \
|
||||||
tar xfC txtfiles-en.tar ${PREFIX}/english/txtfiles ; \
|
tar xfC txtfiles-en.tar ${PREFIX}/english/txtfiles ; \
|
||||||
@ -54,6 +54,11 @@ install: all
|
|||||||
tar xfC templates-es.tar ${PREFIX}/spanish/macro ; \
|
tar xfC templates-es.tar ${PREFIX}/spanish/macro ; \
|
||||||
echo "Installed default Spanish macro files" ; \
|
echo "Installed default Spanish macro files" ; \
|
||||||
fi
|
fi
|
||||||
|
@if [ ! -f ${PREFIX}/spanish/menus/main.mnu ]; then \
|
||||||
|
tar xfC menus-es.tar ${PREFIX}/spanish/menus ; \
|
||||||
|
echo "tar xfC menus-es.tar ${PREFIX}/spanish/menus" ; \
|
||||||
|
echo "Installed default Spanish menus" ; \
|
||||||
|
fi
|
||||||
@if [ ! -f ${PREFIX}/german/macro/html.tic ]; then \
|
@if [ ! -f ${PREFIX}/german/macro/html.tic ]; then \
|
||||||
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" ; \
|
||||||
|
Reference in New Issue
Block a user