mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 19:12:19 +00:00
Rewrite example.sh to modules.md
This commit is contained in:
2
Makefile
2
Makefile
@@ -35,7 +35,7 @@ install:
|
||||
install -m 0755 '$(BUILD_DIR)/love-release' '$(BINARY_DIR)'
|
||||
install -m 0755 -d '$(INSTALL_DIR)' '$(INSTALL_DIR)/scripts' '$(COMPLETION_DIR)'
|
||||
install -m 0755 scripts/* '$(INSTALL_DIR)/scripts'
|
||||
install -m 0644 -t '$(INSTALL_DIR)' README.md conf.lua example.sh
|
||||
install -m 0644 -t '$(INSTALL_DIR)' README.md conf.lua modules.md
|
||||
install -m 0644 '$(BUILD_DIR)/completion.sh' '$(COMPLETION_DIR)/love-release'
|
||||
install -m 0644 '$(BUILD_DIR)/love-release.1.gz' '$(MANPAGE_DIR)'
|
||||
|
||||
|
Reference in New Issue
Block a user