summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-27 21:19:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-27 21:19:11 +0000
commit4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 (patch)
tree776471e6ddbb557aac5a48779cb813f63c28b4d5 /doc/Makefile.am
parent15b8b407ee0ee485e82a9de35932da2053f2c390 (diff)
Update libucl to git snapshot 20151027 (77d9d33)vendor/libucl/20151027
Notes
svn path=/vendor/libucl/dist/; revision=290067 svn path=/vendor/libucl/20151027/; revision=290069; tag=vendor/libucl/20151027
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a90a6fa44cc6..dcfacf6a9a25 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,6 +4,6 @@ dist_man_MANS = libucl.3
gen-man: @PANDOC@
tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
- cat pandoc.template - | sed -e 's/^# \(.*\)/# \U\1/' \
+ cat pandoc.template - | sed -e 's/^# \(.*\)/# \U\1/' \
-e "s/%%date%%/$$(LANG=C date +'%d %B, %Y')/" | \
- @PANDOC@ -s -f markdown -t man -o libucl.3 \ No newline at end of file
+ @PANDOC@ -s -f markdown -t man -o libucl.3