Skip to content
Snippets Groups Projects
Commit 303d73aa authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Use template version variable for manual

parent 67860438
No related branches found
No related tags found
No related merge requests found
SECTION="1"
RELEASE_VERSION="0.9.2"
TEMPLATES=\
sflphone-gtk.pod \
......@@ -18,7 +17,7 @@ all: $(MANPAGES)
SUFFIXES=.pod .1
.pod.1:
$(POD2MAN) --section=$(SECTION) --release=$(RELEASE_VERSION) --center "" $< > $@
$(POD2MAN) --section=$(SECTION) --release=@VERSION@ --center "" $< > $@
#install-data-local:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment