aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/cleanup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix make cleanJack Lloyd2017-12-111-1/+8
|
* Fix make clean targetJack Lloyd2017-12-111-7/+3
| | | | | | | | | | It removed the doc output dir, so this sequence: $ ./configure.py $ make clean $ make docs would fail
* Remove the doc.stamp file in make clean target [ci skip]Jack Lloyd2017-12-071-0/+2
| | | | | Otherwise make docs followed by make clean leaves docs unbuilt and make won't rebuild them. GH #1337
* Fix make clean target - didn't remove libbotan-2.so symlink files [ci skip]Jack Lloyd2017-12-061-1/+1
|
* Lint fixesJack Lloyd2017-12-041-10/+12
|
* Fix lint error [ci skip]Jack Lloyd2017-12-041-1/+1
|
* Add a script for generating the documentationJack Lloyd2017-12-041-5/+9
|
* Fix make cleanJack Lloyd2017-12-031-3/+4
|
* Have make clean also delete the documentation dirJack Lloyd2017-12-031-2/+3
|
* Build simplificationsJack Lloyd2017-12-021-1/+2
|
* Lint fixes [ci skip]Jack Lloyd2017-11-301-1/+1
|
* Fixes for make cleanJack Lloyd2017-11-291-3/+6
|
* Add a script to handle `make clean` targetJack Lloyd2017-11-291-0/+115
This removes a lot of logic that cannot be shared between the nmake (Windows environment) and gnumake (Unix env) makefiles. Also it cleans up inconsistencies, eg nmake's make distclean did not remove amalgamation files, but gnumake version did.