summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zile/files/remove-help2man.patch
blob: c1a63f4797a6278e6d3982dc19c685a00dd54f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Upstream-Status: Inappropriate [configuration]

diff --git a/Makefile.am b/Makefile.am
index 54bc59f..46c2650 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,6 @@ PERL_BUILDTIME =					\
 
 EXTRA_DIST =						\
 	FAQ						\
-	build-aux/zile-help2man-wrapper			\
 	$(PERL_BUILDTIME)
 
 doc_DATA = AUTHORS FAQ NEWS
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 639f59c..8c5123e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,9 +33,3 @@ doc/zile.1: $(srcdir)/doc/zile.1.in doc/Makefile.am config.status
 	$(edit) $(abs_srcdir)/doc/zile.1.in >$@.tmp
 	mv $@.tmp $@
 
-$(srcdir)/doc/zile.1.in: doc/man-extras build-aux/zile-help2man-wrapper configure.ac $(builddir)/src/zile$(EXEEXT)
-	@test -d doc || mkdir doc
-## Exit gracefully if zile.1.in is not writeable, such as during distcheck!
-	$(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \
-	  $(srcdir)/build-aux/missing --run $(HELP2MAN) --output=$@ --no-info --name="Zile Is Lossy Emacs" --include $(srcdir)/doc/man-extras $(srcdir)/build-aux/zile-help2man-wrapper; \
-	fi