This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/examples/Makefile.am
2001-08-17 05:46:24 +00:00

21 lines
586 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = .
EXTRA_DIST = etc.tar menus.tar txtfiles.tar
install-exec-local:
@if [ ! -f $(sysconfdir)/mareas.data ]; then \
tar xfC etc.tar $(sysconfdir) ; \
echo "Installing default databases" ; \
fi
@if [ ! -f $(prefix)/english/menus/main.mnu ]; then \
tar xfC menus.tar $(prefix)/english/menus ; \
echo "Installing default english menus" ; \
fi
@if [ ! -f $(prefix)/english/txtfiles/main.ans ]; then \
tar xfC txtfiles.tar $(prefix)/english/txtfiles ; \
echo "Installing default english txtfiles" ; \
fi