Skip to content

Commit 00b6da9

Browse files
author
dzsekijo
committed
further distribution streamlinining #3
1 parent 51cc349 commit 00b6da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ fi
3131

3232
hg log --style util/fusepychangelog.tmpl -r $log_to:0 > Changelog
3333
rst2html.py --stylesheet util/voidspace-fusepy.css README.new_fusepy_api > README.new_fusepy_api.html
34-
(hg manif && echo Changelog && echo README.new_fusepy_api.html) > MANIFEST
34+
(hg manif | grep -v '^\.' && echo Changelog && echo README.new_fusepy_api.html) > MANIFEST
3535
python setup.py sdist
3636
python setup.py bdist_egg

0 commit comments

Comments
 (0)