Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Always 'make doc' for 'make dist'
  • Loading branch information
Jajcus committed May 8, 2011
1 parent a480724 commit bddc2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -50,7 +50,7 @@ version:
echo "version='$(VERSION)+git'" >> pyxmpp/version.py ; \
fi

dist: build ChangeLog
dist: build ChangeLog doc
-rm -f MANIFEST
echo "version='$(VERSION)$(SNAPSHOT)'" > pyxmpp/version.py
python setup.py sdist
Expand Down

0 comments on commit bddc2e7

Please sign in to comment.