Overview
Comment: | Makefile: Don't include objfw.spec in release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
610dc967d4537a3360ef5bf550c44080 |
User & Date: | js on 2023-08-28 15:40:02 |
Other Links: | manifest | tags |
Context
2023-08-28
| ||
15:43 | objfw.spec: Use OpenSSL instead of GnuTLS check-in: c60bfbd772 user: js tags: trunk | |
15:40 | Makefile: Don't include objfw.spec in release check-in: 610dc967d4 user: js tags: trunk | |
15:39 | Update ChangeLog check-in: 1c2ee20871 user: js tags: trunk | |
Changes
Modified Makefile from [fa94f358a5] to [52985854fc].
︙ | ︙ | |||
24 25 26 27 28 29 30 | 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 - \ | | | 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 - \ --exclude '.fossil*,.git*,objfw.spec' | ofarc -ttgz -xq - cp configure config.h.in objfw-${PACKAGE_VERSION}/ ofarc -cq objfw-${PACKAGE_VERSION}.tar objfw-${PACKAGE_VERSION} rm -fr objfw-${PACKAGE_VERSION} gzip -9 objfw-${PACKAGE_VERSION}.tar rm -f objfw-${PACKAGE_VERSION}.tar gpg -b objfw-${PACKAGE_VERSION}.tar.gz || true echo "Generating documentation..." |
︙ | ︙ |