diff options
Diffstat (limited to 'user/yubico-c/use-asciidoctor.patch')
-rw-r--r-- | user/yubico-c/use-asciidoctor.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/yubico-c/use-asciidoctor.patch b/user/yubico-c/use-asciidoctor.patch new file mode 100644 index 000000000..c724c8117 --- /dev/null +++ b/user/yubico-c/use-asciidoctor.patch @@ -0,0 +1,12 @@ +diff -Nurd yubico-c-libyubikey-1.13/Makefile.am yubico-c-libyubikey-1.13.new/Makefile.am +--- yubico-c-libyubikey-1.13/Makefile.am 2015-03-05 05:51:01.000000000 -0600 ++++ yubico-c-libyubikey-1.13.new/Makefile.am 2018-08-01 08:40:22.590800618 -0500 +@@ -68,7 +68,7 @@ + + SUFFIXES = .1.txt .1 + .1.txt.1: +- $(A2X) --format=manpage -a revdate="Version $(VERSION)" $< ++ $(A2X) -b manpage -a revdate="Version $(VERSION)" $< + + MANSOURCES = modhex.1.txt ykparse.1.txt ykgenerate.1.txt + EXTRA_DIST = $(MANSOURCES) simple.mk THANKS |