Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jason Flatt (8024b52034524b1600a1b9b0b2a2a6eca37235dd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jason Flatt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jason Flatt (8024b52034524b1600a1b9b0b2a2a6eca37235dd)
  • Date: Thu, 3 Aug 2006 09:37:47 -0500

GIT changes to master grimoire by Jason Flatt <jflatt AT sourcemage.org>:

spelling/ispell/HISTORY | 4 ++++
spelling/ispell/local.h.smgl | 1 +
2 files changed, 5 insertions(+)

New commits:
commit 8024b52034524b1600a1b9b0b2a2a6eca37235dd
Author: Jason Flatt <jflatt AT sourcemage.org>
Commit: Jason Flatt <jflatt AT sourcemage.org>

spelling/ispell: Fix a man installation bug (11381).

diff --git a/spelling/ispell/HISTORY b/spelling/ispell/HISTORY
index 73a058e..fb2c7d9 100644
--- a/spelling/ispell/HISTORY
+++ b/spelling/ispell/HISTORY
@@ -1,3 +1,7 @@
+2006-08-03 Jason Flatt <jflatt AT sourcemage.org>
+ * local.h.smgl: Added config option to put man5 files in their proper
+ place. Fixes bug # 11381.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/spelling/ispell/local.h.smgl b/spelling/ispell/local.h.smgl
index 6ccf63d..bf716a3 100644
--- a/spelling/ispell/local.h.smgl
+++ b/spelling/ispell/local.h.smgl
@@ -117,6 +117,7 @@ #define BINDIR "/usr/bin"
#define LIBDIR "/usr/lib"
#define MAN1DIR "/usr/share/man/man1"
#define MAN4DIR "/usr/share/man/man4"
+#define MAN45DIR "/usr/share/man/man5"

#define TERMLIB "-lncurses"
/*



  • [SM-Commit] GIT changes to master grimoire by Jason Flatt (8024b52034524b1600a1b9b0b2a2a6eca37235dd), Jason Flatt, 08/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page