make release: install the README file (Thanks myou)
This commit is contained in:
parent
c01a8110a4
commit
530c82edfd
2
Makefile
2
Makefile
@ -103,7 +103,7 @@ install:
|
|||||||
release:
|
release:
|
||||||
[ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}
|
[ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}
|
||||||
mkdir i3status-${VERSION}
|
mkdir i3status-${VERSION}
|
||||||
find . -maxdepth 1 -type f \( -regex ".*\.\(c\|conf\|h\)" -or -name "Makefile" -or -name "LICENSE" -or -name "CHANGELOG" \) -exec cp '{}' i3status-${VERSION} \;
|
find . -maxdepth 1 -type f \( -regex ".*\.\(c\|conf\|h\)" -or -name "README" -or -name "Makefile" -or -name "LICENSE" -or -name "CHANGELOG" \) -exec cp '{}' i3status-${VERSION} \;
|
||||||
mkdir i3status-${VERSION}/src
|
mkdir i3status-${VERSION}/src
|
||||||
mkdir i3status-${VERSION}/man
|
mkdir i3status-${VERSION}/man
|
||||||
find src -maxdepth 1 -type f \( -regex ".*\.\(c\|h\)" \) -exec cp '{}' i3status-${VERSION}/src \;
|
find src -maxdepth 1 -type f \( -regex ".*\.\(c\|h\)" \) -exec cp '{}' i3status-${VERSION}/src \;
|
||||||
|
Loading…
Reference in New Issue
Block a user