mirror of https://github.com/MidnightCommander/mc
Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
* configure.in, Makefile.in, Makefile-common: Add syntax/Makefile.in, as requested by Paul. Still, need some checking...
This commit is contained in:
parent
196eeed2f8
commit
90d5b579a1
|
@ -1,3 +1,8 @@
|
|||
Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* configure.in, Makefile.in, Makefile-common: Add syntax/Makefile.in,
|
||||
as requested by Paul. Still, need some checking...
|
||||
|
||||
Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
|
||||
|
||||
* edit/*.[ch] gtkedit/*.[ch]: brought the editor up
|
||||
|
@ -83,7 +88,7 @@ Wed Feb 10 02:48:51 1999 Timur Bakeyev <mc@bat.ru>
|
|||
* configure.in: Add check, which, in case of system-installed SLang
|
||||
library tries to run a test program, which determines, does we need
|
||||
linking with libtermcap.a. Also, set of if's for finding terminfo
|
||||
dir changed do for cycle - a bit nicer :)
|
||||
dir changed to for cycle - a bit nicer :)
|
||||
|
||||
Tue Feb 9 20:52:19 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ extfsdir = $(libdir)/extfs
|
|||
confdir = $(prefix)/etc
|
||||
datadir = @datadir@
|
||||
icondir = $(datadir)/pixmaps/mc
|
||||
syntaxdir = $(libdir)/cooledit/syntax
|
||||
gnomeicondir = @gnomeicondir@
|
||||
localedir = $(datadir)/locale
|
||||
mandir = @mandir@
|
||||
|
|
|
@ -5,7 +5,7 @@ rootdir = $(srcdir)
|
|||
@MCFGR@@MCF@
|
||||
|
||||
foreigndirs=pc
|
||||
codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl
|
||||
codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl syntax
|
||||
unixdirs=intl $(codedirs) @POSUB@
|
||||
alldirs=$(unixdirs) $(foreigndirs)
|
||||
subdirs=$(alldirs)
|
||||
|
@ -60,7 +60,7 @@ installdirs:
|
|||
$(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir)
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(suppbindir)
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir)
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(idldir)
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(idldir) $(DESTDIR)$(syntaxdir)
|
||||
|
||||
mcfninstall:
|
||||
-/bin/sh ./mcfn_install
|
||||
|
|
|
@ -1254,8 +1254,8 @@ lib/mc.ext
|
|||
lib/mc-gnome.ext
|
||||
|
||||
mcfn_install
|
||||
vfs/extfs/ftplist vfs/extfs/uzip vfs/extfs/uzoo vfs/extfs/lslR
|
||||
vfs/extfs/ulha vfs/extfs/ucpio vfs/extfs/deb vfs/extfs/urar vfs/extfs/uar
|
||||
vfs/extfs/ftplist vfs/extfs/uzip vfs/extfs/uzoo vfs/extfs/lslR vfs/extfs/ulha
|
||||
vfs/extfs/uha vfs/extfs/ucpio vfs/extfs/deb vfs/extfs/urar vfs/extfs/uar
|
||||
|
||||
doc/mc.1 doc/mcedit.1 doc/mcserv.8
|
||||
|
||||
|
|
Loading…
Reference in New Issue