aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/psgml-mode
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
commit77d737ee88c7ac14aead1dd70dafe270a2624ef0 (patch)
tree6c394d8308f5374809b0162fc0be16c6eff713f8 /en_US.ISO8859-1/books/fdp-primer/psgml-mode
parentb4346b9b2dfe86a97907573086dff096850dcb1d (diff)
downloaddoc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.tar.gz
doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.zip
- Rename the share/sgml directories to share/xml
- Fix build errors from the next change Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=39632
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/psgml-mode')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml
index f0c4e0db9e..9901723f10 100644
--- a/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.xml
@@ -166,7 +166,7 @@
standard-indent 4
sgml-indent-data t)
(auto-fill-mode t)
- (setq sgml-catalog-files '("/usr/local/share/sgml/catalog")))
+ (setq sgml-catalog-files '("/usr/local/share/xml/catalog")))
(add-hook 'psgml-mode-hook
'(lambda () (local-psgml-mode-hook)))</programlisting>
</chapter>