summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeLines
* Makefile: Add -R/--relative to rsync invocationWolfgang Müller2019-07-22-2/+1
| | | | | | We can save on an extra rsync call by adding --relative, which will create any implied directories for us on the target. Specifically, this is needed to create the posts/ directory in POSTS_HTML.
* Makefile: Replace specific CSS targets with a generic oneWolfgang Müller2019-07-22-4/+1
|
* Makefile: Collapse phony targetsWolfgang Müller2019-07-22-2/+1
|
* Makefile: Rename HTML to POSTS_HTMLWolfgang Müller2019-07-22-6/+5
| | | | The new name is clearer and consistent with the source lists.
* Makefile: Tweak the clean target to delete all HTML filesWolfgang Müller2019-07-22-1/+1
| | | | | Previously only files that had a corresponding .md entry were deleted, leading to leftover garbage from switching branches or the like.
* Initial importWolfgang Müller2019-07-21-0/+36