View | Details | Raw Unified | Return to bug 52515
Collapse All | Expand All

(-)/tmp/diff (-6 / +8 lines)
Lines 1-6 Link Here
1
--- psgml.el.orig	Mon Nov 16 06:45:03 1998
1
--- psgml.el.orig	Wed May 21 14:47:45 2003
2
+++ psgml.el	Sat Jan 23 19:14:44 1999
2
+++ psgml.el	Wed May 21 15:44:47 2003
3
@@ -335,7 +335,7 @@
3
@@ -340,7 +340,7 @@
4
 (put 'sgml-system-path 'sgml-type 'file-list)
4
 (put 'sgml-system-path 'sgml-type 'file-list)
5
 
5
 
6
 (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH"))
6
 (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH"))
Lines 9-27 Link Here
9
   "*Mapping from public identifiers to file names.
9
   "*Mapping from public identifiers to file names.
10
 This is a list of possible file names.  To find the file for a public
10
 This is a list of possible file names.  To find the file for a public
11
 identifier the elements of the list are used one at the time from the
11
 identifier the elements of the list are used one at the time from the
12
@@ -361,13 +361,13 @@
12
@@ -366,13 +366,15 @@
13
 (defvar sgml-catalog-files (or (delete nil
13
 (defvar sgml-catalog-files (or (delete nil
14
 				       (sgml-parse-colon-path
14
 				       (sgml-parse-colon-path
15
 					(getenv "SGML_CATALOG_FILES")))
15
 					(getenv "SGML_CATALOG_FILES")))
16
-			       '("catalog" "/usr/local/lib/sgml/catalog"))
16
-			       '("catalog" "/usr/local/lib/sgml/catalog"))
17
+			       '("catalog" "@prefix@/share/sgml/catalog"))
17
+			       '("catalog" "@prefix@/share/sgml/catalog"
18
+			         "@prefix@/share/xml/catalog"))
18
   "*List of catalog entry files.
19
   "*List of catalog entry files.
19
 The files are in the format defined in the SGML Open Draft Technical
20
 The files are in the format defined in the SGML Open Draft Technical
20
 Resolution on Entity Management.")
21
 Resolution on Entity Management.")
21
 (put 'sgml-catalog-files 'sgml-type 'file-list)
22
 (put 'sgml-catalog-files 'sgml-type 'file-list)
22
 
23
 
23
-(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/lib/sgml/ECAT")
24
-(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/lib/sgml/ECAT")
24
+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT")
25
+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT"
26
+			  "@prefix@/share/xml/ECAT")
25
   "*List of catalog files for PSGML.")
27
   "*List of catalog files for PSGML.")
26
 (put 'sgml-ecat-files 'sgml-type 'file-list)
28
 (put 'sgml-ecat-files 'sgml-type 'file-list)

Return to bug 52515