aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* class: Update to use 'fontawesome5' package from CTANAaron LI2023-02-031-8/+2
| | | | | | The CTAN fontawesome5 package (https://www.ctan.org/pkg/fontawesome5) is better maintained and has more advanced features. Update to use it instead of the custom one.
* Use 'gs' to merge zh and en resumesAaron LI2019-08-301-1/+4
| | | | | | | | | | * The 'gs' (GhostScript) is much more commonly installed than 'pdftk'. * The 'gs'-merged PDF has metadata (e.g., author, title, keywords) preserved, although it is the metadata of the last PDF on the command line is used for the output merged PDF. Still, it is better than 'pdftk' in this case, because the merged PDF by 'pdftk' lost those metatdata.
* Makefile: clean up a bitAaron LI2019-04-021-5/+0
|
* Use 'pdftk' because it can preserve the linksAaron LI2019-04-021-1/+1
| | | | Credit: https://blog.dbrgn.ch/2013/8/14/merge-multiple-pdfs/
* Makefile: Add "zh" and "en" targets to easily build PDFsAaron LI2019-01-061-1/+3
|
* Makefile: Update to concatenate zh and en resumesAaron LI2018-10-151-9/+6
|
* Update to use the new fontawesome5.styAaron LI2018-04-171-3/+6
|
* Makefile: add dist targetAaron LI2018-04-171-1/+10
|
* Add Makefile to help build PDFsAaron LI2018-04-151-0/+36