From a3b557ba5c6269541b03bb823e035a60965b3735 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 23 Jan 2016 17:33:12 -0500 Subject: Makefile.am: Move PACKAGE_VERSION_GIT definition to top --- diff --git a/Makefile.am b/Makefile.am index 7278df2..566424e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,15 +18,15 @@ # along with the ProteanOS Development Kit. If not, see # . -MANUAL = ProteanOS Development Kit Manual -TEXTDOMAIN = $$(printf '%s\n' '$(PACKAGE)' | sed -e 's|-|_|g') - if IN_GIT PACKAGE_VERSION_GIT = $$(git describe --tags --dirty | sed 's|^.*/||') else PACKAGE_VERSION_GIT = $(PACKAGE_VERSION) endif +MANUAL = ProteanOS Development Kit Manual +TEXTDOMAIN = $$(printf '%s\n' '$(PACKAGE)' | sed -e 's|-|_|g') + SUFFIXES = .sh .sho .ms .1in .1 .8in .8 # This PACKAGE_VERSION stuff is a rather gross hack, but it's the only reliable -- cgit v0.9.1