aboutsummaryrefslogtreecommitdiffstats
path: root/community/nedit/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/nedit/fix-build.patch')
-rw-r--r--community/nedit/fix-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/nedit/fix-build.patch b/community/nedit/fix-build.patch
new file mode 100644
index 00000000000..8b04db8efe4
--- /dev/null
+++ b/community/nedit/fix-build.patch
@@ -0,0 +1,11 @@
+--- a/doc/Makefile 2021-10-24 02:24:18.314331751 +0300
++++ b/doc/Makefile 2021-10-24 02:24:13.446288454 +0300
+@@ -48,8 +48,6 @@
+ ../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
+
+ nedit.html: .version help.etx setext
+ @ echo "Creating NEdit HTML documentation..."