* Removed debian/README.Debian. File locations are no longer debian-related.
git-svn-id: svn://svn.zoy.org/elk/trunk@96 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
43ae443a4b
commit
bd833e0575
|
@ -1,6 +1,5 @@
|
|||
NULL =
|
||||
EXTRA_DIST = \
|
||||
README.Debian \
|
||||
changelog \
|
||||
compat \
|
||||
control \
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
elk for Debian
|
||||
--------------
|
||||
|
||||
New location of files in Debian GNU/Linux version of Elk:
|
||||
---------------------------------------------------------
|
||||
|
||||
The default install location of files and directories in the
|
||||
Elk distribution does not comply with the FSSTND. This is the reason
|
||||
why some reordering has been done for the Debian packaged version.
|
||||
However the documentation has not been changed. All relative
|
||||
and absolute paths referred therein are the original.
|
||||
The following table relates the original locations to the new ones:
|
||||
|
||||
Original location New location
|
||||
................. ............
|
||||
|
||||
$install_dir/bin/scheme /usr/bin/scheme
|
||||
|
||||
$install_dir/include/ /usr/include/elk/
|
||||
|
||||
$install_dir/runtime/scm/ /usr/share/elk/
|
||||
|
||||
$install_dir/runtime/obj/ /usr/lib/elk/
|
||||
|
||||
$install_dir/lib/*.o /usr/lib/elk/*.{o,so}
|
||||
|
||||
$install_dir/lib/{linkscheme,makedl} /usr/bin/{linkscheme,makedl}
|
||||
|
||||
$install_dir/lib/ldflags /usr/bin/ldflags-elk
|
||||
|
||||
|
||||
-- Enrique Zanardi <ezanard@debian.org> Mon, 26 Mar 2001 20:19:04 +0100
|
||||
-- Sam Hocevar <sam@zoy.org> Mon, 31 Mar 2003 15:00:23 +0200
|
Loading…
Reference in New Issue