mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
restored Makfile and synopsis in 1.4
This commit is contained in:
25
lib/resource-1.4/Makefile
Normal file
25
lib/resource-1.4/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
RUNGHC=runghc
|
||||
RUNMAKE=$(RUNGHC) Make.hs
|
||||
|
||||
all: link present alltenses math
|
||||
|
||||
present:
|
||||
$(RUNMAKE) present lang
|
||||
$(RUNMAKE) present api
|
||||
|
||||
alltenses:
|
||||
$(RUNMAKE) lang
|
||||
$(RUNMAKE) api
|
||||
|
||||
test:
|
||||
$(RUNMAKE) test
|
||||
|
||||
synopsis:
|
||||
cd doc ; $(RUNGHC) MkSynopsis ; cd ..
|
||||
|
||||
link:
|
||||
chmod a+x mkPresent
|
||||
|
||||
clean:
|
||||
$(RUNMAKE) clean
|
||||
|
||||
Reference in New Issue
Block a user