6795a9d16d
Extended Affix Grammars (EAG) are an attempt to implement a very general form of Affix Grammars, with very few restrictions. EAG can be used as a specification formalism, specifying in general relations rather than functions, or as a relational programming language similar in many respects to PROLOG.
13 lines
361 B
Text
13 lines
361 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/05/17 18:39:05 minskim Exp $
|
|
|
|
--- doc/Makefile.in.orig Sun Sep 14 14:40:13 2003
|
|
+++ doc/Makefile.in
|
|
@@ -83,7 +83,7 @@ am__include = @am__include@
|
|
am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
|
|
-docdir = $(prefix)/doc
|
|
+docdir = $(prefix)/share/doc/eag
|
|
doc_DATA = $(PACKAGE)-manual-$(VERSION).ps
|
|
|
|
EXTRA_DIST = book.ps \
|