735521c275
Remove my code to handle the documentation merge for patched releases, it was rather obscure and error-prone. I'll rewrite it in a simpler way next time I'll need to perform the merge. Also include a fix for erlang-mode under emacs21 (by Hal Snyder <hal@vailsys.com> on the erlang mailing list).
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
--- make/otp.mk.in.orig Fri Dec 7 17:59:22 2001
|
|
+++ make/otp.mk.in Fri Dec 7 17:59:32 2001
|
|
@@ -41,6 +41,7 @@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DIR = @INSTALL_DIR@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
CC = @CC@
|