Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -10,19 +10,19 @@ config.status \ extra.mk include buildsys.mk -.PHONY: docs tarball +.PHONY: docs release utils tests: src docs: rm -fr docs doxygen >/dev/null -tarball: docs +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*,.travis*' | \