1999-05-29 04:33:04 +00:00
|
|
|
--- Makefile.in.orig Tue Mar 30 08:34:33 1999
|
|
|
|
+++ Makefile.in Wed Apr 7 23:48:54 1999
|
1999-01-31 18:12:50 +00:00
|
|
|
@@ -5,7 +5,7 @@
|
|
|
|
@MCFGR@@MCF@
|
|
|
|
|
|
|
|
foreigndirs=pc
|
1999-05-29 04:33:04 +00:00
|
|
|
-codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl syntax
|
|
|
|
+codedirs=vfs lib doc slang edit src syntax
|
1999-01-31 18:12:50 +00:00
|
|
|
unixdirs=intl $(codedirs) @POSUB@
|
|
|
|
alldirs=$(unixdirs) $(foreigndirs)
|
|
|
|
subdirs=$(alldirs)
|
1999-05-29 04:33:04 +00:00
|
|
|
@@ -13,6 +13,7 @@
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
|
|
|
|
DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
|
|
|
|
Makefile.in FAQ COPYING create_vcs install-sh \
|
|
|
|
@@ -46,7 +47,7 @@
|
1999-03-15 04:39:11 +00:00
|
|
|
install: installdirs
|
1997-09-21 19:58:07 +00:00
|
|
|
@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
|
1999-05-29 04:33:04 +00:00
|
|
|
$(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(mclibdir)/FAQ
|
1997-09-21 19:58:07 +00:00
|
|
|
- $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
|
1999-05-29 04:33:04 +00:00
|
|
|
+ $(INSTALL_SCRIPT) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
|
1997-09-21 19:58:07 +00:00
|
|
|
chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
|
|
|
|
@echo "Please verify that the configuration values are correctly"
|
1999-05-29 04:33:04 +00:00
|
|
|
@echo "set in the mc.ext file in $(mclibdir)"
|
|
|
|
@@ -58,9 +59,9 @@
|
1998-05-02 21:19:55 +00:00
|
|
|
installdirs:
|
1999-05-29 04:33:04 +00:00
|
|
|
$(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir)
|
1999-03-15 04:39:11 +00:00
|
|
|
$(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir)
|
|
|
|
- $(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(suppbindir)
|
|
|
|
+ $(MKINSTALLDIRS) $(DESTDIR)$(suppbindir)
|
|
|
|
$(MKINSTALLDIRS) $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir)
|
1999-05-29 04:33:04 +00:00
|
|
|
- $(MKINSTALLDIRS) $(DESTDIR)$(idldir) $(DESTDIR)$(syntaxdir)
|
|
|
|
+ $(MKINSTALLDIRS) $(DESTDIR)$(syntaxdir)
|
1998-05-02 21:19:55 +00:00
|
|
|
|
|
|
|
mcfninstall:
|
1999-01-31 18:12:50 +00:00
|
|
|
-/bin/sh ./mcfn_install
|
1998-12-06 09:39:23 +00:00
|
|
|
--- src/Makefile.in.orig Sun Dec 6 12:08:54 1998
|
|
|
|
+++ src/Makefile.in Sun Dec 6 12:09:24 1998
|
|
|
|
@@ -130,7 +130,7 @@
|
1997-11-29 18:30:06 +00:00
|
|
|
-$(RMF) $(srcdir)/Makefile
|
|
|
|
|
1998-12-06 09:39:23 +00:00
|
|
|
install: mc mcmfmt @saver@
|
1997-11-29 18:30:06 +00:00
|
|
|
- $(INSTALL_PROGRAM) mc $(DESTDIR)$(bindir)/$(binprefix)mc
|
|
|
|
+ $(INSTALL_PROGRAM) mc $(DESTDIR)$(bindir)/$(binprefix)midc
|
|
|
|
$(INSTALL_PROGRAM) mcmfmt $(DESTDIR)$(bindir)/$(binprefix)mcmfmt
|
|
|
|
$(SEDCMD2) < $(srcdir)/mc.hlp > $(DESTDIR)$(libdir)/$(libprefix)mc.hlp
|
|
|
|
|
1999-03-15 04:39:11 +00:00
|
|
|
--- doc/Makefile.in.orig Sat Feb 27 02:25:12 1999
|
|
|
|
+++ doc/Makefile.in Sat Feb 27 21:03:37 1999
|
|
|
|
@@ -17,7 +17,7 @@
|
1997-11-29 18:30:06 +00:00
|
|
|
install:
|
1999-03-15 04:39:11 +00:00
|
|
|
$(MKINSTALLDIRS) $(DESTDIR)/$(man1dir)
|
|
|
|
$(MKINSTALLDIRS) $(DESTDIR)/$(man8dir)
|
|
|
|
- -$(SEDCMD2) < mc.1 > $(DESTDIR)$(man1dir)/$(manprefix)mc.$(manext)
|
|
|
|
+ -$(SEDCMD2) < mc.1 > $(DESTDIR)$(man1dir)/$(manprefix)midc.$(manext)
|
|
|
|
-$(SEDCMD2) < mcedit.1 > $(DESTDIR)$(man1dir)/$(manprefix)mcedit.$(manext)
|
1998-04-11 20:02:50 +00:00
|
|
|
-$(SEDCMD2) < mcserv.8 > $(DESTDIR)$(man8dir)/$(manprefix)mcserv.$(man8ext)
|
1997-11-29 18:30:06 +00:00
|
|
|
|
1999-01-31 18:12:50 +00:00
|
|
|
--- lib/Makefile.in.orig Wed Jan 27 01:10:33 1999
|
|
|
|
+++ lib/Makefile.in Wed Jan 27 01:10:59 1999
|
1999-05-29 04:33:04 +00:00
|
|
|
@@ -13,7 +13,7 @@
|
1999-01-31 18:12:50 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
LIBFILES_IN = mc.ext.in mc-gnome.ext.in
|
|
|
|
-LIBFILES_OUT = mc.ext mc-gnome.ext
|
|
|
|
+LIBFILES_OUT = mc.ext
|
|
|
|
LIBFILES_CONST = mc.hint mc.lib mc.menu
|
|
|
|
TIFILES = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
|
|
|
|
DISTLIB = $(LIBFILES_IN) $(LIBFILES_CONST) $(TIFILES) \
|