mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
* edit/syntax.c: Remove extra "|" in "file ..\*\\.(pp|PP|pas|PAS|)$ \ Pascal Program" (Heh, second time :) * Makefile.common: Until things gets clear, keep syntax rules in $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands. Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded @libdir@.
This commit is contained in:
parent
1ea69877f7
commit
1482bc0594
13
ChangeLog
13
ChangeLog
@ -1,6 +1,17 @@
|
|||||||
|
Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
|
||||||
|
|
||||||
|
* edit/syntax.c: Remove extra "|" in "file ..\*\\.(pp|PP|pas|PAS|)$ \
|
||||||
|
Pascal Program" (Heh, second time :)
|
||||||
|
|
||||||
|
* Makefile.common: Until things gets clear, keep syntax rules in
|
||||||
|
$(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
|
||||||
|
|
||||||
|
Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
|
||||||
|
@libdir@.
|
||||||
|
|
||||||
Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
|
Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
|
||||||
|
|
||||||
* configure.in, Makefile.in, Makefile-common: Add syntax/Makefile.in,
|
* configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
|
||||||
as requested by Paul. Still, need some checking...
|
as requested by Paul. Still, need some checking...
|
||||||
|
|
||||||
Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
|
Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
|
||||||
|
@ -18,26 +18,28 @@ manprefix =
|
|||||||
builddir = @builddir@
|
builddir = @builddir@
|
||||||
bindir = @bindir@
|
bindir = @bindir@
|
||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
corbadir = $(sysconfdir)/CORBA/servers
|
|
||||||
libdir = $(exec_prefix)/lib/mc
|
|
||||||
desktopdir = $(libdir)/desktop-scripts
|
|
||||||
idldir = $(prefix)/share/idl
|
|
||||||
suppbindir = $(libdir)/bin
|
|
||||||
gnewdir = $(prefix)/share/mc/templates
|
|
||||||
tidir = $(libdir)/term
|
|
||||||
extfsdir = $(libdir)/extfs
|
|
||||||
confdir = $(prefix)/etc
|
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
icondir = $(datadir)/pixmaps/mc
|
libdir = @libdir@
|
||||||
syntaxdir = $(libdir)/cooledit/syntax
|
|
||||||
gnomeicondir = @gnomeicondir@
|
|
||||||
localedir = $(datadir)/locale
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
|
gnomeicondir = @gnomeicondir@
|
||||||
|
xv_bindir = @xv_bindir@
|
||||||
|
corbadir = $(sysconfdir)/CORBA/servers
|
||||||
|
mclibdir = $(libdir)/mc
|
||||||
|
desktopdir = $(mclibdir)/desktop-scripts
|
||||||
|
idldir = $(prefix)/share/idl
|
||||||
|
suppbindir = $(mclibdir)/bin
|
||||||
|
gnewdir = $(prefix)/share/mc/templates
|
||||||
|
tidir = $(mclibdir)/term
|
||||||
|
extfsdir = $(mclibdir)/extfs
|
||||||
|
confdir = $(prefix)/etc
|
||||||
|
icondir = $(datadir)/pixmaps/mc
|
||||||
|
syntaxdir = $(mclibdir)/syntax
|
||||||
|
localedir = $(datadir)/locale
|
||||||
man1dir = $(mandir)/man1
|
man1dir = $(mandir)/man1
|
||||||
manext = 1
|
manext = 1
|
||||||
man8dir = $(mandir)/man8
|
man8dir = $(mandir)/man8
|
||||||
man8ext = 8
|
man8ext = 8
|
||||||
xv_bindir = @xv_bindir@
|
|
||||||
top_srcdir = $(rootdir)
|
top_srcdir = $(rootdir)
|
||||||
|
|
||||||
# Tools & program stuff
|
# Tools & program stuff
|
||||||
|
@ -1068,7 +1068,7 @@ char *syntax_text[] = {
|
|||||||
"file ..\\*\\\\.(htm|html|HTM|HTML)$ HTML\\sFile",
|
"file ..\\*\\\\.(htm|html|HTM|HTML)$ HTML\\sFile",
|
||||||
"include html.syntax",
|
"include html.syntax",
|
||||||
"",
|
"",
|
||||||
"file ..\\*\\\\.(pp|PP|pas|PAS|)$ Pascal Program",
|
"file ..\\*\\\\.(pp|PP|pas|PAS)$ Pascal Program",
|
||||||
"include pascal.syntax",
|
"include pascal.syntax",
|
||||||
"",
|
"",
|
||||||
"file ..\\*\\\\.tex$ LaTeX\\s2.09\\sDocument",
|
"file ..\\*\\\\.tex$ LaTeX\\s2.09\\sDocument",
|
||||||
|
Loading…
Reference in New Issue
Block a user