ObjFW  Check-in [244d242e2d]

Overview
Comment:make release: Remove .cirrus.yml from exclude
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 244d242e2d0fff65aed809bc6ce1d0f79360f7826c2b4695d8aee816979fee63
User & Date: js on 2022-08-21 19:46:42
Other Links: manifest | tags
Context
2022-08-24
19:54
OF*ArchiveEntry: Move inits to mutable class check-in: 9f409b2ee0 user: js tags: trunk
2022-08-21
19:46
make release: Remove .cirrus.yml from exclude check-in: 244d242e2d user: js tags: trunk
19:44
Remove .cirrus.yml check-in: bef29fa48e user: js tags: trunk
Changes

Modified Makefile from [60e6acbe12] to [4341fed160].

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 '.cirrus*,.fossil*,.git*' | 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..."







|







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*' | 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..."