Center date for new operations

Rename CONTRIBUTORS in AUTHORS
About message wasn't translated
This commit is contained in:
2012-06-10 17:07:51 +02:00
parent 6f29891fe0
commit 5d37b41042
11 changed files with 70 additions and 67 deletions

View File

@@ -20,7 +20,7 @@ if [ "$1" == "clean" ] ; then
make clean
fi
make || (echo "Compilation failed" ; exit 1)
cp -r kc ressources TODO CONTRIBUTORS COPYING README* www install.sh "$DIR"
cp -r kc ressources TODO AUTHORS COPYING README* www install.sh "$DIR"
rm -rf "$DIR"/ressources/po/*
cp -r ressources/po/*.qm "$DIR/ressources/po/" # Copy only QM files
find "$DIR" -type f -executable -exec ${HOST}strip \{\} \;
@@ -32,7 +32,7 @@ if [ -d "debian" ] ; then
DEB_FILE="kisscount_${VERSION}-1_${ARCH}.deb"
rm -rf "$DEB_DIR" "$DEB_FILE"
mkdir "$DEB_DIR"
cp -r kc.1 kc debian README* ChangeLog TODO CONTRIBUTORS COPYING ressources "$DEB_DIR"
cp -r kc.1 kc debian README* ChangeLog TODO AUTHORS COPYING ressources "$DEB_DIR"
rm -rf "$DEB_DIR/ressources/po/*"
cp -r ressources/po/*.qm "$DEB_DIR"/ressources/po/ # Copy only QM files
cd "$DEB_DIR"

View File

@@ -15,7 +15,7 @@ make || (echo "Compilation failed" ; exit 1)
rm -rf "$DIR"
mkdir -p "$DIR"
cp -r lib/*.dll* "$DIR"
cp -r kc ressources TODO CONTRIBUTORS COPYING README README.fr www "$DIR"
cp -r kc ressources TODO AUTHORS COPYING README README.fr www "$DIR"
rm -rf "$DIR"/ressources/po/*
cp -r ressources/po/*.qm "$DIR/ressources/po/" # Copy only QM files
mv "$DIR"/kc "$DIR"/kc.exe