blob: fceb9e1773c858d08781ee711911c422af3f83e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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..."
|