aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-01 11:08:49 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-01 11:08:49 +0200
commitbd90b9b7476860532e8ee3d8e16bc848846e1f5d (patch)
tree96f1dc4f9cdcee2bf13a0174ba7c2abc3c47a4d9 /Makefile
parent3443abb60a3ad31e0c3058f9ad55e859d6f25cab (diff)
Add a conditional entity for sysv/systemd
This removes the need for versiond, and other xxxd entities. Those entities will be removed in the next commits.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be9c522f3..f4a74e67a 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,7 @@ $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml \
$(BASEDIR)/md5sums
version:
- $(Q)./git-version.sh
+ $(Q)./git-version.sh $(REV)
#dump-commands: validate
# @echo "Dumping book commands..."