summaryrefslogtreecommitdiffstats
path: root/master/fix-evtest
diff options
context:
space:
mode:
authorJames <>2021-10-27 15:17:29 +0100
committerJames <>2021-10-27 15:21:02 +0100
commit499d76a43c8accc286bb06b47a4d7031afaed8bd (patch)
treec8a1232ce543009597bc34674ad1d2b4616d29c1 /master/fix-evtest
downloadmaster-52a5d0d2-pq-499d76a43c8accc286bb06b47a4d7031afaed8bd.tar.gz
master-52a5d0d2-pq-499d76a43c8accc286bb06b47a4d7031afaed8bd.tar.bz2
master-52a5d0d2-pq-499d76a43c8accc286bb06b47a4d7031afaed8bd.zip
fish
Diffstat (limited to 'master/fix-evtest')
-rw-r--r--master/fix-evtest44
1 files changed, 44 insertions, 0 deletions
diff --git a/master/fix-evtest b/master/fix-evtest
new file mode 100644
index 0000000..3ee7874
--- /dev/null
+++ b/master/fix-evtest
@@ -0,0 +1,44 @@
+diff --git a/feeds/packages/utils/evtest/patches/020-nodoc.patch b/feeds/packages/utils/evtest/patches/020-nodoc.patch
+new file mode 100644
+index 0000000..e6ee36c
+--- /dev/null
++++ b/feeds/packages/utils/evtest/patches/020-nodoc.patch
+@@ -0,0 +1,38 @@
++--- evtest-1.34/Makefile.am 2019-08-02 19:14:30.000000000 +0100
+++++ evtest-1.34/Makefile.am 2020-11-29 00:02:02.423719005 +0000
++@@ -6,20 +6,20 @@
++
++ # man page generation.
++ if HAVE_DOCTOOLS
++-man_pages = $(man_pages_src:.txt=.1)
++-
++-SUFFIXES = .1 .txt .xml
++-
++-.xml.1:
++- @$(XMLTO) man $<
++-
++-.txt.xml:
++- @$(ASCIIDOC) -b docbook -d manpage -o $@ $<
++-
++-dist_man_MANS = $(man_pages)
++-
++-EXTRA_DIST += $(man_pages_src) $(man_pages)
++-CLEANFILES = $(dist_man_MANS)
++-MAINTAINERCLEANFILES = $(man_pages) *.xml
+++# man_pages = $(man_pages_src:.txt=.1)
+++#
+++# SUFFIXES = .1 .txt .xml
+++#
+++# .xml.1:
+++# @$(XMLTO) man $<
+++#
+++# .txt.xml:
+++# @$(ASCIIDOC) -b docbook -d manpage -o $@ $<
+++#
+++# dist_man_MANS = $(man_pages)
+++#
+++# EXTRA_DIST += $(man_pages_src) $(man_pages)
+++# CLEANFILES = $(dist_man_MANS)
+++# MAINTAINERCLEANFILES = $(man_pages) *.xml
++ endif
++