Code

build system: Define the 'version' target in the toplevel Makefile.
[template.git] / Makefile.am
1 SUBDIRS = doc src
3 EXTRA_DIST = autogen.sh version-gen.sh
5 version: FORCE
6         @# As a side-effect, this updates version.
7         @echo Building $(PACKAGE_NAME) version $$( cd .. && ./version-gen.sh )