787ee05
From 58724c908d580aa53ef6a4a43530182d8e18971b Mon Sep 17 00:00:00 2001
d1202d8
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
d1202d8
Date: Mon, 22 Aug 2011 17:03:22 +0200
d1202d8
Subject: [PATCH] Remove files locations from swipl(1) manual
787ee05
MIME-Version: 1.0
787ee05
Content-Type: text/plain; charset=UTF-8
787ee05
Content-Transfer-Encoding: 8bit
d1202d8
d1202d8
We install the files somewhere else.
787ee05
787ee05
Signed-off-by: Petr Písař <ppisar@redhat.com>
d1202d8
---
787ee05
 src/swipl.1.in | 35 -----------------------------------
787ee05
 1 file changed, 35 deletions(-)
d1202d8
3e587af
diff --git a/src/swipl.1.in b/src/swipl.1.in
787ee05
index e6eeda5..81c5abb 100644
3e587af
--- a/src/swipl.1.in
3e587af
+++ b/src/swipl.1.in
c176a2a
@@ -391,38 +391,6 @@ Personal initialisation files consulted by SWI-Prolog on startup.
787ee05
 If both exist
787ee05
 .I .swiplrc
787ee05
 is used.
b1f9931
-.TP
d1202d8
-.I @prefix@/lib/@PL@-@PLVERSION@/bin/@PLARCH@/
b1f9931
-Location for the executables.
b1f9931
-.TP
b1f9931
-.I @prefix@/lib/@PL@-@PLVERSION@/include/
b1f9931
-Location for the include files.  If writable, SWI-Prolog.h is also
b1f9931
-copied to @prefix@/include/SWI-Prolog.h.
b1f9931
-.TP
b1f9931
-.I @prefix@/lib/@PL@-@PLVERSION@/library/
b1f9931
-SWI-Prolog user libraries.
b1f9931
-.TP
b1f9931
-.I @prefix@/lib/@PL@-@PLVERSION@/boot/
b1f9931
-SWI-Prolog kernel parts written in Prolog.  The startup file
787ee05
-@prefix@/lib/@PL@-@PLVERSION@/@BOOTFILE@ may be recreated using
b1f9931
-the command from the directory @prefix@/lib/@PL@-@PLVERSION@:
b1f9931
-.RS
b1f9931
-.TP
787ee05
-bin/@PLARCH@/@PL@ \-O \-o @BOOTFILE@ \-b boot/init.pl
b1f9931
-.RE
b1f9931
-.TP
b1f9931
-.I @prefix@/lib/@PL@-@PLVERSION@/doc/packages
b1f9931
-HTML and/or PDF documentation on the installed add-ons.
b1f9931
-.TP
787ee05
-.I @prefix@/lib/@PL@-@PLVERSION@/@BOOTFILE@
b1f9931
-Default startup file.  This is a `intermediate code' file containing
b1f9931
-precompiled code from the boot directory.  The
b1f9931
-.BI \-x bootfile
b1f9931
-option may be used to select a different file.
b1f9931
-.TP
d1202d8
-.I @prefix@/lib/@PL@-@PLVERSION@/runtime/@PLARCH@/libpl.a
b1f9931
-SWI-Prolog library for embedding.  See also
b1f9931
-.I plld(1).
b1f9931
 .SH SEE ALSO
b1f9931
 .PP
b1f9931
 The SWI-Prolog web-home at
c176a2a
@@ -432,9 +400,6 @@ Jan\ Wielemaker
d1202d8
 .IR "SWI-Prolog Reference Manual" " at"
3e587af
 .I http://www.swi-prolog.org/pldoc/index.html
b1f9931
 .PP
b1f9931
-Documentation on the add-on packages in
b1f9931
-.I @prefix@/lib/@PL@-@PLVERSION@/boot/doc
b1f9931
-.PP
b1f9931
 William\ F.\ Clocksin & Christopher\ S.\ Mellish,
b1f9931
 .IR "Programming in Prolog" ,
b1f9931
 fourth edition, Springer Verlag, Berlin 1994.
d1202d8
-- 
787ee05
2.1.0
d1202d8