restored Makfile and synopsis in 1.4

This commit is contained in:
aarne
2008-06-20 14:01:53 +00:00
parent 6f60b26413
commit 8e5989362d
14 changed files with 8644 additions and 98 deletions

25
lib/resource-1.4/Makefile Normal file
View 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