Differences From Artifact [05a54a52b1]:
- File
Makefile
— part of check-in
[22d28ff1f8]
at
2024-05-04 21:40:53
on branch trunk
— Only use Fossil's ignore-glob
It's annoying having to maintain the same list 3 times. (user: js, size: 1385) [annotate] [blame] [check-ins using]
To Artifact [c11dd1e926]:
- File Makefile — part of check-in [7669b5f9d4] at 2024-11-02 19:36:15 on branch 1.2 — Fix exclude glob for `make release` (user: js, size: 1387) [annotate] [blame] [check-ins using] [more...]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | doxygen >/dev/null release: docs echo "Generating tarball for version ${PACKAGE_VERSION}..." rm -fr objfw-${PACKAGE_VERSION} objfw-${PACKAGE_VERSION}.tar \ objfw-${PACKAGE_VERSION}.tar.gz fossil tarball --name objfw-${PACKAGE_VERSION} current - \ |
︙ |