Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix make clean | Jack Lloyd | 2017-12-11 | 1 | -1/+8 |
| | |||||
* | Fix make clean target | Jack Lloyd | 2017-12-11 | 1 | -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 Lloyd | 2017-12-07 | 1 | -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 Lloyd | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Lint fixes | Jack Lloyd | 2017-12-04 | 1 | -10/+12 |
| | |||||
* | Fix lint error [ci skip] | Jack Lloyd | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | Add a script for generating the documentation | Jack Lloyd | 2017-12-04 | 1 | -5/+9 |
| | |||||
* | Fix make clean | Jack Lloyd | 2017-12-03 | 1 | -3/+4 |
| | |||||
* | Have make clean also delete the documentation dir | Jack Lloyd | 2017-12-03 | 1 | -2/+3 |
| | |||||
* | Build simplifications | Jack Lloyd | 2017-12-02 | 1 | -1/+2 |
| | |||||
* | Lint fixes [ci skip] | Jack Lloyd | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | Fixes for make clean | Jack Lloyd | 2017-11-29 | 1 | -3/+6 |
| | |||||
* | Add a script to handle `make clean` target | Jack Lloyd | 2017-11-29 | 1 | -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. |