Add missing backslash to Makefile.am

This commit is contained in:
Mario Blättermann 2021-03-24 20:28:08 +01:00
parent 62fde24f47
commit d9a67eb510
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ $(PATHFILES): Makefile
$(edit_cmd) $${srcdir}$@.in >$@.tmp
@ mv $@.tmp $@
asciidoc_man_cmd = $(ASCIIDOCTOR)
asciidoc_man_cmd = $(ASCIIDOCTOR) \
-b manpage \
-a 'VERSION=$(VERSION)' \
-a 'ADJTIME_PATH=$(ADJTIME_PATH)'