mirror of
https://github.com/alexkay/spek.git
synced 2025-04-21 02:47:37 +03:00
Fix distcheck
This commit is contained in:
parent
e068a54c66
commit
b3759bbb7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@ compile
|
||||
config.*
|
||||
configure
|
||||
data/spek.desktop
|
||||
data/spek.metainfo.xml
|
||||
depcomp
|
||||
dist/osx/Info.plist
|
||||
dist/osx/Spek.app
|
||||
|
@ -21,6 +21,7 @@ Contributors:
|
||||
* Jonathan Gonzalez V
|
||||
* Matteo Bini
|
||||
* Mike Wang
|
||||
* Nils Fürniß
|
||||
* Simon Ruderich
|
||||
* Stefan Kost
|
||||
* Thibault North
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
3
dist/osx/bundle.sh
vendored
@ -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
3
dist/win/bundle.sh
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user