96952bd
From c237cca27ecf572c1b4505f2ec979b0c294f37d8 Mon Sep 17 00:00:00 2001
9cd9552
From: Peter Lemenkov <lemenkov@gmail.com>
9cd9552
Date: Thu, 25 Feb 2010 16:45:28 +0300
96952bd
Subject: [PATCH 01/11] Do not format man-pages and do not install miscellaneous
96952bd
 utilities for dealing with man-pages.
9cd9552
9cd9552
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
9cd9552
---
96952bd
 erts/etc/common/Makefile.in |    4 ----
96952bd
 erts/etc/unix/Install.src   |   10 ----------
96952bd
 2 files changed, 0 insertions(+), 14 deletions(-)
9cd9552
96952bd
diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in
96952bd
index 6551b29..de2ca79 100644
96952bd
--- a/erts/etc/common/Makefile.in
96952bd
+++ b/erts/etc/common/Makefile.in
96952bd
@@ -537,10 +537,6 @@ endif
96952bd
 ifneq ($(INSTALL_TOP_BIN),)
96952bd
 	$(INSTALL_PROGRAM) $(INSTALL_TOP_BIN) $(RELEASE_PATH)
96952bd
 endif
96952bd
-ifneq ($(INSTALL_MISC),)
96952bd
-	$(INSTALL_DIR) $(RELEASE_PATH)/misc
96952bd
-	$(INSTALL_SCRIPT) $(INSTALL_MISC) $(RELEASE_PATH)/misc
96952bd
-endif
96952bd
 ifneq ($(INSTALL_ERL_OSE),)
96952bd
 	$(INSTALL_DIR) $(RELEASE_PATH)/build_erl_ose
96952bd
 	cd $(OSEETC) && $(TAR) erl_ose_$(SYSTEM_VSN).tar $(INSTALL_ERL_OSE)
9cd9552
diff --git a/erts/etc/unix/Install.src b/erts/etc/unix/Install.src
96952bd
index 7dead62..e522365 100644
9cd9552
--- a/erts/etc/unix/Install.src
9cd9552
+++ b/erts/etc/unix/Install.src
96952bd
@@ -140,14 +140,4 @@ cp -p ../releases/%I_SYSTEM_VSN%/start_*.boot .
9cd9552
 cp -p $Name.boot start.boot
9cd9552
 cp -p ../releases/%I_SYSTEM_VSN%/$Name.script start.script
9cd9552
 
9cd9552
-#
9cd9552
-# Fixing the man pages
9cd9552
-#
9cd9552
-
9cd9552
-if [ -d $ERL_ROOT/man ]
9cd9552
-then
9cd9552
-    cd $ERL_ROOT
9cd9552
-    ./misc/format_man_pages $ERL_ROOT
9cd9552
-fi
9cd9552
-
9cd9552
 exit 0
9cd9552
-- 
96952bd
1.7.0.1
9cd9552