diff options
| author | Jack Mitchell <jmitchell@cbnl.com> | 2013-11-13 17:23:55 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:12:19 +0100 |
| commit | 352ddf095440e0affb3ceb7da2fd45a1ba28f093 (patch) | |
| tree | 58b1be8b90d38d21762e436808a604da7528a034 /meta-oe/recipes-support/zile/files/remove-help2man.patch | |
| parent | 288ccbd4d35cae693bac7c081a0866b6325ef5e7 (diff) | |
| download | meta-openembedded-352ddf095440e0affb3ceb7da2fd45a1ba28f093.tar.gz | |
zile: initial add 2.4.9
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/zile/files/remove-help2man.patch')
| -rw-r--r-- | meta-oe/recipes-support/zile/files/remove-help2man.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/zile/files/remove-help2man.patch b/meta-oe/recipes-support/zile/files/remove-help2man.patch new file mode 100644 index 0000000000..c1a63f4797 --- /dev/null +++ b/meta-oe/recipes-support/zile/files/remove-help2man.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | diff --git a/Makefile.am b/Makefile.am | ||
| 4 | index 54bc59f..46c2650 100644 | ||
| 5 | --- a/Makefile.am | ||
| 6 | +++ b/Makefile.am | ||
| 7 | @@ -36,7 +36,6 @@ PERL_BUILDTIME = \ | ||
| 8 | |||
| 9 | EXTRA_DIST = \ | ||
| 10 | FAQ \ | ||
| 11 | - build-aux/zile-help2man-wrapper \ | ||
| 12 | $(PERL_BUILDTIME) | ||
| 13 | |||
| 14 | doc_DATA = AUTHORS FAQ NEWS | ||
| 15 | diff --git a/doc/Makefile.am b/doc/Makefile.am | ||
| 16 | index 639f59c..8c5123e 100644 | ||
| 17 | --- a/doc/Makefile.am | ||
| 18 | +++ b/doc/Makefile.am | ||
| 19 | @@ -33,9 +33,3 @@ doc/zile.1: $(srcdir)/doc/zile.1.in doc/Makefile.am config.status | ||
| 20 | $(edit) $(abs_srcdir)/doc/zile.1.in >$@.tmp | ||
| 21 | mv $@.tmp $@ | ||
| 22 | |||
| 23 | -$(srcdir)/doc/zile.1.in: doc/man-extras build-aux/zile-help2man-wrapper configure.ac $(builddir)/src/zile$(EXEEXT) | ||
| 24 | - @test -d doc || mkdir doc | ||
| 25 | -## Exit gracefully if zile.1.in is not writeable, such as during distcheck! | ||
| 26 | - $(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \ | ||
| 27 | - $(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; \ | ||
| 28 | - fi | ||
