Skip to content

Commit

Permalink
fixed a bug in the make package command
Browse files Browse the repository at this point in the history
  • Loading branch information
teju85 committed Oct 27, 2020
1 parent 0561ba4 commit 13031b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ package:
$(MAKE) doc
rm -rf $(RELEASE_ROOT)/html
cp -r $(BINROOT)/html $(RELEASE_ROOT)
tar xjf $(RELEASE_ROOT).tar.gz $(RELEASE_ROOT)
tar cjf $(RELEASE_ROOT).tar.gz $(RELEASE_ROOT)

teditor: $(EXE)

Expand Down

0 comments on commit 13031b4

Please sign in to comment.