1
0
forked from GitHub/gf-core

paths in release

This commit is contained in:
aarne
2004-08-11 10:32:36 +00:00
parent 79fb9605fa
commit 83259d9afd
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
--# -path=.:../newresource/abstract:../newresource/english:../prelude --# -path=.:../resource/abstract:../resource/english:../newresource/abstract:../newresource/english:../prelude
--- path names: resource in release, newresource in cvs
concrete RestaurantEng of Restaurant = concrete RestaurantEng of Restaurant =
DatabaseEng ** open Prelude, ParadigmsEng in { DatabaseEng ** open Prelude, ParadigmsEng in {

View File

@@ -1,4 +1,5 @@
--# -path=.:../newresource/abstract:../newresource/swedish:../prelude --# -path=.:../newresource/abstract:../newresource/swedish:../resource/abstract:../resource/swedish:../prelude
--- path names: resource in release, newresource in cvs
concrete RestaurantSwe of Restaurant = concrete RestaurantSwe of Restaurant =
DatabaseSwe ** open Prelude, ResourceSwe, ParadigmsSwe in { DatabaseSwe ** open Prelude, ResourceSwe, ParadigmsSwe in {

View File

@@ -18,6 +18,9 @@ DIST_DIR=GF-$(PACKAGE_VERSION)
NOT_IN_DIST= \ NOT_IN_DIST= \
from-peb \ from-peb \
grammars \ grammars \
doc/gf-index.html \
doc/index.html \
doc/release2.html \
src/parsing \ src/parsing \
src/conversions \ src/conversions \
src/util/AlphaConvGF.hs src/util/AlphaConvGF.hs