summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch docs to mkdocsWaylan Limberg2015-04-221-2/+2
|
* Use twine to upload releases.Waylan Limberg2015-04-221-1/+3
|
* Build and upload wheels for releases.Waylan Limberg2015-04-221-2/+2
|
* Replaced scripts with 'console_scripts' entry points.Waylan Limberg2015-04-221-1/+1
| | | | | | | | The 'bin/markdown_py' script has been replaced with a 'markdown' entry point and 'run_tests.py' with a 'mdtests' entry point. The makefile uses 'python -m markdown.test' rather than 'mdtests' so it can run even if the package is not installed.
* Add 'help' command to makefileWaylan Limberg2015-02-191-0/+14
| | | | | I can never remember the names of the subcommands. A 'help' subcommand is an easy assistant for the future.
* Makefiles require tabs - not spaces - for indentation. see #328Waylan Limberg2014-08-051-3/+3
|
* Ensure MANIFEST is always included in builds. Fixes #328.Waylan Limberg2014-08-051-0/+3
|
* More makefile cleanup. Fixes #202.Waylan Limberg2013-03-151-3/+9
|
* Fixed a few minor issues with the makefile discovered deploying the last ↵Waylan Limberg2013-03-151-4/+7
| | | | release.
* Switched testing to tox.Waylan Limberg2013-03-011-0/+40
Also scrapped fabfile.py and replaced it with a much simpler makefile. Tox does most of the stuff that was in fabfile.py anyway. Now that everything runs in all supported python versions without using 2to3, we don't need to wait for tox to support it.