Take a folder of SVG files to produce a single PDF.
Essentially a makefile; this project is serving as reminder of said makefile (having recreated it several times) and as an excercise in using git(hub).
Requirements:
- inkscape - Convert SVG to PDF. Also excellent for creating SVGs in the first place.
- pdftk - Combining PDFs.
- make - Put it all together.
- Create 1 SVG per page, named such that their sorted names match their intended order in the document.
- run make. If your have many pages, use parallel make.
- Profit!
Tested on OSX only, but not for very long.