summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Refactor PHONY declarations.rsiddharth2020-07-111-4/+6
|
* Makefile: venv: cleanup .eggs/ toorsiddharth2020-07-111-1/+1
|
* Makefile: Rename build-dist -> build.rsiddharth2020-07-111-4/+3
|
* Makefile: Remove egg.rsiddharth2020-07-111-4/+1
|
* Format via black.rsiddharth2020-07-091-0/+4
|
* Makefile: dev-env -> devrsiddharth2020-07-091-3/+3
|
* Makefile: Update upload.rsiddharth2019-06-161-2/+6
|
* Makefile: VENV_DIR3 -> VENV_DIRrsiddharth2019-06-161-5/+5
|
* Makefile: venv3 -> venv.rsiddharth2019-06-161-2/+2
|
* Makefile: Remove venv.rsiddharth2019-06-161-8/+0
|
* Makefile: Update venv3.rsiddharth2019-05-191-1/+1
| | | | | * Makefile (venv3): Factor venv backup shell expression into a if block.
* Makefile: Update clean-build.rsiddharth2019-05-191-3/+3
| | | | * Makefile (clean-build): Don't suppress command output.
* Makefile: Update clean-pyc.rsiddharth2019-05-191-1/+1
| | | | * Makefile (clean-pyc): Don't suppress command output.
* Makefile: Update clean-venv.rsiddharth2019-05-191-1/+1
| | | | * Makefile (clean-venv): Use virtual environment directory variable.
* Makefile: Add clean.rsiddharth2019-05-191-1/+3
| | | | Makefile (clean): New target.
* Makefile: Add GNU_MAKE.rsiddharth2019-05-191-2/+4
| | | | | | * Makefile (GNU_MAKE): New variable. (docs): Use GNU Make. (clean-docs): Use GNU Make.
* Makefile: Update venv3.rsiddharth2019-05-191-3/+5
| | | | | | | | | Setup venv3 so that I'm able to provision virtual environments under /usr/local/virtualenv/ directory (due to OpenBSD's 'wxallowed'). * Makefile (VENV_CMD, VENV_PREFIX): New variables. (VENV_DIR3): Update variable. (venv3): Update target.
* Dedicate to Public Domain.rsiddharth2018-09-091-15/+3
| | | | | | | | | | | | * Makefile: Put under CC0-1.0. * docs/conf.py: Put under CC0-1.0. * libreplanet-templates/2016/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2016/lp-speakers.jinja2: Put under CC0-1.0. * libreplanet-templates/2017/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2018/lp-schedule.jinja2: Put under CC0-1.0. * lps_gen.py: Put under CC0-1.0. * lpschedule_generator/_version.py: Put under CC0-1.0. * setup.py: Put under CC0-1.0.
* Makefile: Add venv3.rsiddharth2018-08-231-1/+10
|
* Makefile: dev-packages -> dev-env.rsiddharth2018-08-191-5/+4
|
* Makefile: Update clean-venv.rsiddharth2018-08-191-5/+1
|
* Makefile: Redefine venv.rsiddharth2018-08-191-1/+9
|
* Update Makefile.rsiddharth2017-10-221-0/+4
| | | | Makefile: Add venv.
* Makefile: Update upload-docs.rsiddharth2017-07-071-1/+1
| | | | Upload docs to ricketyspace.net.
* Makefile: Remove blank lines.rsiddharth2017-07-061-3/+0
|
* Makefile: change gpg signing key.rsiddharth2016-07-231-2/+2
| | | | See http://rsiddharth.ninth.su/key-transition-2016.txt
* Makefile: reorganized .PHONYrsiddharth2016-05-261-2/+12
|
* Makefile: add `clean-target` target.rsiddharth2016-05-261-1/+4
|
* Makefile: add `upload-docs` target.rsiddharth2016-05-121-1/+4
| | | | Uploads docs to https://pythonhosted.org/lpschedule-generator
* Makefile: new target `docs`.rsiddharth2016-05-121-1/+4
|
* Makefile: update `dev-packages` target.rsiddharth2016-05-121-2/+3
| | | | | - Add Sphinx - Add `-U` switch to all pip comands.
* update copyright.rsiddharth2016-05-111-1/+1
|
* Makefile: added `dev-packages` target.rsiddharth2016-03-051-0/+5
| | | | | This target installs packages that is needed for hacking lpschedule_generator.
* Makefile: updated `clean-venv`rsiddharth2016-03-051-1/+1
| | | | Added command to delete `man/` directory.
* Makefile: Added `clean-venv`rsiddharth2016-03-051-1/+7
| | | | Purges the mess created by `virtualenv`.
* Makefile: Added new targetsrsiddharth2016-01-281-1/+7
| | | | | - clean-pyc - egg
* Added Makefilersiddharth2015-12-201-0/+36