aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2020-08-06Makefile: Package `dist/` into a bundled archive for releaseTeddy Wing
2020-08-06Makefile: Remove unused list of productsTeddy Wing
This was replaced by `RELEASE_PRODUCTS` so that I could make `DIST_PRODUCTS` based on `PRODUCTS`.
2020-08-06Makefile: Put distribution binaries in `dist/bin/`Teddy Wing
2020-08-06Makefile: Put distribution man pages in `dist/share/man/man1/`Teddy Wing
2020-08-06Makefile: Copy release products to `dist/`Teddy Wing
Add recipes to build release targets and copy the binaries and man pages into the `dist/` folder. We'll use this to package a release archive.
2020-08-04Add license (GNU GPLv3+)Teddy Wing
2020-08-04Add man page for `git-sugpatch`Teddy Wing