From 026c9457c879e1a27c985c75f427e475058a2628 Mon Sep 17 00:00:00 2001 From: stpohle Date: Tue, 30 Nov 2004 20:40:55 +0000 Subject: [PATCH] Makefile.am changed so we will only have to do an make dist to pack a new distfile with all data in it. --- data/Makefile.am | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 2ad1029..4dc76ad 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,8 +1,3 @@ -## Process this file with automake to produce Makefile.in - -## Created by Anjuta - will be overwritten -## If you don't want it to overwrite it, -## Please disable it in the Anjuta project configuration SUBDIRS = pixmaps @@ -20,10 +15,10 @@ install: exit 1; \ fi; @if test ! -d ${DESTDIR}; then \ - mkdir ${DESTDIR}; \ + mkdir -p ${DESTDIR}; \ fi; @if test ! -d ${DESTDIR}@PACKAGE_DATA_DIR@; then \ - mkdir ${DESTDIR}@PACKAGE_DATA_DIR@; \ + mkdir -p ${DESTDIR}@PACKAGE_DATA_DIR@; \ fi; cp -rf player ${DESTDIR}@PACKAGE_DATA_DIR@ cp -rf maps ${DESTDIR}@PACKAGE_DATA_DIR@ @@ -32,3 +27,5 @@ install: uninstall: rm -rf ${DESTDIR}@PACKAGE_DATA_DIR@ + +EXTRA_DIST = player maps gfx tileset