mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
Moved transfer documentation to doc/. Added sections and text to transfer tutorial and reference. Added script for generating html from txt2tags files.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
SRCDIR=../src
|
||||
|
||||
GHC=ghc
|
||||
GHCFLAGS=-i$(SRCDIR)
|
||||
GHCFLAGS=-i$(SRCDIR)
|
||||
GHCOPTFLAGS=-O2
|
||||
|
||||
|
||||
.PHONY: all bnfc bnfctest doc docclean clean bnfcclean distclean
|
||||
|
||||
all: GHCFLAGS += $(GHCOPTFLAGS)
|
||||
all:
|
||||
$(GHC) $(GHCFLAGS) --make -o trci trci.hs
|
||||
$(GHC) $(GHCFLAGS) --make -o transferc transferc.hs
|
||||
|
||||
Reference in New Issue
Block a user