Fix distcheck

This commit is contained in:
Alexander Kojevnikov 2023-01-15 12:32:49 -08:00
parent e068a54c66
commit b3759bbb7d
6 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@ compile
config.*
configure
data/spek.desktop
data/spek.metainfo.xml
depcomp
dist/osx/Info.plist
dist/osx/Spek.app

View File

@ -21,6 +21,7 @@ Contributors:
* Jonathan Gonzalez V
* Matteo Bini
* Mike Wang
* Nils Fürniß
* Simon Ruderich
* Stefan Kost
* Thibault North

View File

@ -76,7 +76,7 @@ On OS X use the Command key instead of Ctrl.
# AUTHORS
Alexander Kojevnikov <alexander@kojevnikov.com>. Other contributors are listed
in the LICENCE.md file distributed with the source code.
in the CREDITS.md file distributed with the source code.
# DISTRIBUTION

View File

@ -6,8 +6,9 @@ SUBDIRS = \
tests
EXTRA_DIST = \
CREDITS.md \
INSTALL.md \
LICENCE.md \
LICENSE \
MANUAL.md \
README.md \
lic/Expat \

3
dist/osx/bundle.sh vendored
View File

@ -17,7 +17,8 @@ mv ../../src/spek Spek.app/Contents/MacOS/Spek
cp Info.plist Spek.app/Contents/
cp Spek.icns Spek.app/Contents/Resources/
cp *.png Spek.app/Contents/Resources/
cp ../../LICENCE.md Spek.app/Contents/Resources/
cp ../../CREDITS.md Spek.app/Contents/Resources/
cp ../../LICENSE Spek.app/Contents/Resources/
cp ../../README.md Spek.app/Contents/Resources/
mkdir Spek.app/Contents/Resources/lic
cp ../../lic/* Spek.app/Contents/Resources/lic/

3
dist/win/bundle.sh vendored
View File

@ -45,7 +45,8 @@ LDFLAGS="-mconsole" ./autogen.sh \
cd dist/win
rm -fr Spek && mkdir Spek
cp build/bin/spek.exe Spek/
cp ../../LICENCE.md Spek/
cp ../../CREDITS.md Spek/
cp ../../LICENSE Spek/
cp ../../README.md Spek/
mkdir Spek/lic
cp ../../lic/* Spek/lic/