mirror of https://github.com/MidnightCommander/mc
1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
* Make.common.in: There were conflicting definitions of mclibdir (one for installation, one for source). Now the source one is called mcsrclibdir. * doc/Makefile.in: Use mcsrclibdir where appropriate. 1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx> * Makefile.in: Use mcsrclibdir where appropriate.
This commit is contained in:
parent
ff1a8f6a3b
commit
a531f2141f
10
ChangeLog
10
ChangeLog
|
@ -1,4 +1,12 @@
|
|||
Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
|
||||
1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* Make.common.in: There were conflicting definitions of mclibdir
|
||||
(one for installation, one for source). Now the source one is
|
||||
called mcsrclibdir.
|
||||
|
||||
* doc/Makefile.in: Use mcsrclibdir where appropriate.
|
||||
|
||||
on 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 :)
|
||||
|
|
|
@ -71,15 +71,15 @@ XLIBS = @LIBS@
|
|||
|
||||
# Where do we have the sources?
|
||||
# You shouldn't have to edit this :)
|
||||
mcsrcdir = $(rootdir)/src
|
||||
docdir = $(rootdir)/doc
|
||||
mclibdir = $(rootdir)/lib
|
||||
slangdir = $(rootdir)/slang
|
||||
vfsdir = $(rootdir)/vfs
|
||||
xvdir = $(rootdir)/xv
|
||||
tkdir = $(rootdir)/tk
|
||||
gnomedir = $(rootdir)/gnome
|
||||
icodir = $(rootdir)/icons
|
||||
mcsrcdir = $(rootdir)/src
|
||||
docdir = $(rootdir)/doc
|
||||
mcsrclibdir = $(rootdir)/lib
|
||||
slangdir = $(rootdir)/slang
|
||||
vfsdir = $(rootdir)/vfs
|
||||
xvdir = $(rootdir)/xv
|
||||
tkdir = $(rootdir)/tk
|
||||
gnomedir = $(rootdir)/gnome
|
||||
icodir = $(rootdir)/icons
|
||||
|
||||
hpath = -I$(mcsrcdir) -I$(slangdir) -I$(vfsdir) -I$(xvdir) -I$(xvdir)/support/xview_private -I$(tkdir)
|
||||
|
||||
|
|
|
@ -59,9 +59,9 @@ mc.txt: mc.sgml
|
|||
../src/fixhlp:
|
||||
cd ../src; $(MAKE) fixhlp
|
||||
|
||||
mc.hlp: mc.sgml ../src/fixhlp $(mclibdir)/xnc.hlp
|
||||
mc.hlp: mc.sgml ../src/fixhlp $(mcsrclibdir)/xnc.hlp
|
||||
$(LINUXDOCDIR)/bin/format -T hlp $(srcdir)/mc | ../src/fixhlp 58 mc.hlp.toc > mc.hlp.tmp
|
||||
cat mc.hlp.toc mc.hlp.tmp $(mclibdir)/xnc.hlp > mc.hlp
|
||||
cat mc.hlp.toc mc.hlp.tmp $(mcsrclibdir)/xnc.hlp > mc.hlp
|
||||
$(RMF) mc.hlp.toc mc.hlp.tmp
|
||||
|
||||
mc.texi: mc.sgml
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* Makefile.in: Use mcsrclibdir where appropriate.
|
||||
|
||||
1999-03-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* treestore.c (process_special_dirs): Free memory here.
|
||||
|
|
|
@ -98,9 +98,9 @@ libedit.a:
|
|||
@PCENTRULE@ -$(RMF) libedit.a
|
||||
@PCENTRULE@ $(LN_S) ../edit/libedit.a .
|
||||
|
||||
$(srcdir)/mc.hlp: $(docdir)/mc.1.in $(mclibdir)/xnc.hlp $(srcdir)/gindex.pl
|
||||
$(srcdir)/mc.hlp: $(docdir)/mc.1.in $(mcsrclibdir)/xnc.hlp $(srcdir)/gindex.pl
|
||||
$(MAKE) man2hlp
|
||||
./man2hlp 58 $(docdir)/mc.1.in | cat - $(mclibdir)/xnc.hlp | \
|
||||
./man2hlp 58 $(docdir)/mc.1.in | cat - $(mcsrclibdir)/xnc.hlp | \
|
||||
perl $(srcdir)/gindex.pl > $(srcdir)/mc.hlp
|
||||
|
||||
mc.html: $(docdir)/mc.1.in man2hlp
|
||||
|
|
Loading…
Reference in New Issue