Commit f9508b07 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

doc: info on the VIC & svec-config tool (to be reviewed)

parent 4c7c1d37
......@@ -6,7 +6,7 @@
#################
# There is not basenames here, all *.in are considered input
INPUT = $(wildcard *.in)
INPUT = svec-sw.in
TEXI = $(INPUT:.in=.texi)
INFO = $(INPUT:.in=.info)
......@@ -21,6 +21,7 @@ MAKEINFO ?= makeinfo
%.texi: %.in
@rm -f $@
sed -f ./infofilter $< > $@
git log --pretty=format:'@set git-revision %h' -n 1 > version.in
emacs -batch --no-site-file -l fixinfo $@
chmod -w $@
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment