Skip to content

Commit

Permalink
Create source-release file in current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Dec 20, 2024
1 parent 96fb956 commit a361d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (C) 2009,2011,2013,2017-2022 Matthew Fluet.
## Copyright (C) 2009,2011,2013,2017-2022,2024 Matthew Fluet.
# Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
# Jagannathan, and Stephen Weeks.
# Copyright (C) 1997-2000 NEC Research Institute.
Expand Down Expand Up @@ -484,8 +484,8 @@ source-release:
$(MAKE) clean
$(MAKE) MLTON_VERSION=$(MLTON_VERSION) version
$(MAKE) -C doc/guide
$(TAR) cvzf ../mlton-$(MLTON_VERSION).src.tgz \
--exclude .git --exclude package \
$(TAR) cvzf ./mlton-$(MLTON_VERSION).src.tgz \
--exclude .git --exclude package/ --exclude mlton-*.tgz \
--transform "s@^@mlton-$(MLTON_VERSION)/@S" \
*

Expand Down

0 comments on commit a361d99

Please sign in to comment.