Differences From Artifact [cf98c87f50]:
- File Makefile — part of check-in [7a84580fb6] at 2024-02-18 19:29:26 on branch objfwtest — Rename new tests (user: js, size: 1375) [annotate] [blame] [check-ins using] [more...]
To 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]
︙ | |||
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 - \ |
︙ |