diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-01 15:49:22 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-09-01 15:49:22 +0000 |
commit | da01b487ce6915bd373530664ed02e6042e44f5c (patch) | |
tree | 2fc0f2839552cdc10ed0adbb0c13aeaacd55103a | |
parent | b09b2b68185dccf1e5d7d247f61c94e9fb580cf3 (diff) |
Put in explicit reference to the ref/ subdirectory to help emacs.
-rw-r--r-- | doc/src/sgml/reference.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 17aeca12899..a7324a68ece 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -1,13 +1,13 @@ <!-- reference.sgml - - Postgres User's Reference documentation. -- thomas 1998-03-14 +- thomas 1998-08-31 - - --> <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ <!entity intro SYSTEM "intro.sgml"> -<!entity % allfiles SYSTEM "allfiles.sgml"> +<!entity % allfiles SYSTEM "ref/allfiles.sgml"> %allfiles; <!entity biblio SYSTEM "biblio.sgml"> @@ -56,7 +56,7 @@ </AuthorGroup> --> - <Date>(last updated 1998-04-18)</Date> + <Date>(last updated 1998-08-31)</Date> </BookBiblio> <LegalNotice> |