Rewrite example.sh to modules.md

This commit is contained in:
Antonin Décimo
2015-06-26 18:30:47 +02:00
parent 0e9c8b624d
commit 3034c43cc0
5 changed files with 125 additions and 109 deletions

View File

@@ -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)'