Skip to content

Commit eb47d51

Browse files
Use production names in make zip (#37)
1 parent 0a0f739 commit eb47d51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ clean:
4848

4949
.PHONY: zip
5050
zip:
51-
cd $(out_folder) && tar -czvf $(st_docset).tgz $(st_docset)
52-
cd $(out_folder) && tar -czvf $(sm_docset).tgz $(sm_docset)
51+
cd $(out_folder) && tar -czvf Sublime_Text.tgz $(st_docset)
52+
cd $(out_folder) && tar -czvf Sublime_Merge.tgz $(sm_docset)
5353

5454
.PHONY: test
5555
test:

0 commit comments

Comments
 (0)