summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2019-05-03 13:43:43 +0200
committerAmy Liffey <amynka@gentoo.org>2019-05-03 13:52:21 +0200
commitbe705aef09e7a6868a05a48aae30a08e283002eb (patch)
tree9a99c9be55e996bf4c69f593b5616d158f91f344 /app-editors/nedit/files/nedit-5.7-doc.patch
parentnet-dns/libidn2: Disable GCC warnings/silent rules (diff)
downloadgentoo-be705aef09e7a6868a05a48aae30a08e283002eb.tar.gz
gentoo-be705aef09e7a6868a05a48aae30a08e283002eb.tar.bz2
gentoo-be705aef09e7a6868a05a48aae30a08e283002eb.zip
app-editors/nedit: version bump 5.7
Closes: https://bugs.gentoo.org/675706 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-editors/nedit/files/nedit-5.7-doc.patch')
-rw-r--r--app-editors/nedit/files/nedit-5.7-doc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-editors/nedit/files/nedit-5.7-doc.patch b/app-editors/nedit/files/nedit-5.7-doc.patch
new file mode 100644
index 000000000000..fceb9e1773c8
--- /dev/null
+++ b/app-editors/nedit/files/nedit-5.7-doc.patch
@@ -0,0 +1,13 @@
+--- a/doc/Makefile 2019-05-03 13:18:33.343246393 +0200
++++ b/doc/Makefile 2019-05-03 13:19:33.110902639 +0200
+@@ -48,8 +48,8 @@
+ ../source/help_topic.h ../source/help_data.h: .version help.etx setext
+ @ echo "Creating NEdit help code `cat .version`"
+ @ ./setext -m -v version="`cat .version`" help.etx
+- @ mv -f help_topic.h ../source
+- @ mv -f help_data.h ../source
++ @ cp -f help_topic.h ../source
++ @ cp -f help_data.h ../source
+
+ nedit.html: .version help.etx setext
+ @ echo "Creating NEdit HTML documentation..."