index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <chantry.xavier@gmail.com> | 2011-01-22 15:15:16 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-22 10:02:57 -0600 |
commit | e277e838d798c1463ae5df98dcf637df70e048ec (patch) | |
tree | 2fe1e92eddf0b7bf50bc8e79b849971c50ff003e /doc | |
parent | b947db040c2c586636fc290f0fadbe89e9802450 (diff) |
-rw-r--r-- | doc/Makefile.am | 2 |
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6405cf01..37dab13f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -60,7 +60,7 @@ dist-hook: $(MAKE) $(AM_MAKEFLAGS) all if USE_GIT_VERSION -GIT_VERSION := $(shell sh -c 'git describe --abbrev=4 | sed s/^v//')-dirty +GIT_VERSION := $(shell sh -c 'git describe --abbrev=4 --dirty | sed s/^v//') REAL_PACKAGE_VERSION = $(GIT_VERSION) else REAL_PACKAGE_VERSION = $(PACKAGE_VERSION) |