diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-04-09 12:32:13 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-04-26 11:38:29 +0200 |
commit | f4d01e231ac609889b18d9073bc314455b875c79 (patch) | |
tree | 4c7dc105dfbf0be77a5cdf4db5c773a690095665 /CHANGES | |
parent | 85ec0410ca1eb10e0d592027e990f7e569cd4d3f (diff) | |
download | mupdf-f4d01e231ac609889b18d9073bc314455b875c79.tar.xz |
Clean up and simplify makefiles.
* Use autogenerated header file dependencies.
* Use mkdir to create target output directory directly.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +* Build system simplifications: + * Auto-generated CMap, ICC, and JS source files are checked in to git. + * Embedded CMap resources are now generated by a python script. + * Embedded font resources are linked directly if using GNU ld. + List of changes in MuPDF 1.13.0 * This is primarily a bugfix release. |