Skip to content

Commit

Permalink
Update makesrcdist: fix packaging bug
Browse files Browse the repository at this point in the history
The previous version didn't delete the docs before the source files
were packed which resulted in too big release tarballs.

Notes:
 (1) Release 1.4.1 has been updated (files were replaced) so all
     further downloads are not affected.
 (2) The git commits on tag release-1.4.1 do not include this commit
     but this is OK. This will be in the next release.
 (3) makesrcdist itself is not packed in the source tarballs anyway.
  • Loading branch information
Albrecht Schlosser committed Dec 12, 2024
1 parent b080424 commit 844e58a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions makesrcdist
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,7 @@ if test $# != 0 -a "x$1" != "xsnapshot"; then
fi

echo "Removing documentation..."
rm -rf fltk-$version/documentation/html/
rm -f fltk-$version/documentation/fltk.pdf
rm -rf fltk-$version/fluid-documentation/html/
rm -f fltk-$version/fluid-documentation/fltk.pdf
rm -rf fltk-$version/$DOC_TEMPDIR

echo "Making UNIX (.tar.gz) distribution..."
$TAR czf fltk-$fileversion-source.tar.gz fltk-$version
Expand Down

0 comments on commit 844e58a

Please sign in to comment.