summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-1/+1
| | | | Also move unittest_lint in test/lint.
* Remove obsolete clobber commandClaudiu Popa2018-08-211-5/+1
|
* Makefile: fix version look up for python 3 (#2205)Mike Frysinger2018-06-191-1/+1
|
* Use python-docs-themeMariatta Wijaya2018-06-051-0/+1
| | | | Closes https://github.com/PyCQA/pylint/issues/2167
* Upgrade tox to v2.x for py35 compatability (#1220) (#1221)Jared Deckard2016-12-161-1/+1
|
* Import __pkginfo__ from the package in the makefile.Ionel Maries Cristian2015-02-151-1/+1
| | | | | --HG-- branch : support-editable-installs
* Documentation improvementsMichal Nowikowski2014-11-041-1/+1
| | | | | | | | | | | - added intros to features page, - fixed PyLint to Pylint in text, - improved ide-integration doc page, - updated pylintrc in examples and - regenerated pylint manual --HG-- branch : docs-improvements-2
* Tweaked the Makefile to make it distro independent.Michal Nowikowski2014-07-301-3/+4
| | | | | --HG-- branch : make
* Updated help and added clobber target to Makefile.Michal Nowikowski2014-07-261-2/+7
| | | | | --HG-- branch : make
* Added sub-version to deb package.Michal Nowikowski2014-07-261-0/+1
| | | | | --HG-- branch : make
* Fixed syntax error in Makefile.Michal Nowikowski2014-07-261-1/+1
| | | | | --HG-- branch : make
* Added missing deps for building deb package.Michal Nowikowski2014-07-261-3/+6
| | | | | --HG-- branch : make
* Improved building packages.Michal Nowikowski2014-07-261-6/+22
| | | | | --HG-- branch : make
* Disabled cleaning debian folder.Michal Nowikowski2014-07-261-2/+2
| | | | | --HG-- branch : make
* Another fix for generating docs from Makefile - added install sphinx.Michal Nowikowski2014-07-261-4/+2
| | | | | --HG-- branch : make
* Fixed generating docs from MakefileMichal Nowikowski2014-07-261-2/+4
| | | | | --HG-- branch : make
* Improved generating docs from Makefile.Michal Nowikowski2014-07-261-1/+3
| | | | | --HG-- branch : make
* Added initial MakefileMichal Nowikowski2014-07-261-0/+48
--HG-- branch : make