forked from mia/Aegisub
Make make osx-dmg run make osx-bundle automatically
Originally committed to SVN as r6769.
This commit is contained in:
parent
8abfdd6156
commit
deaf8669da
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ifeq (yes, $(BUILD_DARWIN))
|
||||||
osx-bundle:
|
osx-bundle:
|
||||||
$(BIN_SHELL) tools/osx-bundle.sh "$(BUNDLE_STRING)" $(AEGISUB_VERSION_DATA) DICT_DIR=$(DICT_DIR)
|
$(BIN_SHELL) tools/osx-bundle.sh "$(BUNDLE_STRING)" $(AEGISUB_VERSION_DATA) DICT_DIR=$(DICT_DIR)
|
||||||
|
|
||||||
osx-dmg:
|
osx-dmg: osx-bundle
|
||||||
$(BIN_SHELL) tools/osx-dmg.sh "$(BUNDLE_STRING)" "$(DMG_STRING)"
|
$(BIN_SHELL) tools/osx-dmg.sh "$(BUNDLE_STRING)" "$(DMG_STRING)"
|
||||||
|
|
||||||
osx-tinderbox-bundle:
|
osx-tinderbox-bundle:
|
||||||
|
|
Loading…
Reference in a new issue