Renamed templates and txtfiles
This commit is contained in:
parent
0ca2cca84e
commit
0865ea9484
@ -6,7 +6,7 @@ include ../Makefile.global
|
|||||||
SRCS = endian.c
|
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 txtfiles.tar templates.tar
|
OTHER = Makefile header.txt footer.txt menus-le.tar menus-be.tar txtfiles-en.tar templates-en.tar
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
@ -34,11 +34,11 @@ install: all
|
|||||||
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.tar ${PREFIX}/english/txtfiles ; \
|
tar xfC txtfiles-en.tar ${PREFIX}/english/txtfiles ; \
|
||||||
echo "Installed default english txtfiles" ; \
|
echo "Installed default english txtfiles" ; \
|
||||||
fi
|
fi
|
||||||
@if [ ! -f ${PREFIX}/english/macro/html.tic ]; then \
|
@if [ ! -f ${PREFIX}/english/macro/html.tic ]; then \
|
||||||
tar xfC templates.tar ${PREFIX}/english/macro ; \
|
tar xfC templates-en.tar ${PREFIX}/english/macro ; \
|
||||||
echo "Installed default english macro files" ; \
|
echo "Installed default english macro files" ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user