mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
Add a 'make doc' target in the main Makefile
It first build the RGL, then calls doc/Makefile, with the corrent GF_LIB_PATH, to build the documentation.
This commit is contained in:
5
Makefile
5
Makefile
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
RUNMAKE=runghc Make.hs
|
RUNMAKE=runghc Make.hs
|
||||||
|
|
||||||
.PHONY: build copy install clean
|
.PHONY: build copy install doc clean
|
||||||
|
|
||||||
default: build copy
|
default: build copy
|
||||||
|
|
||||||
@@ -14,5 +14,8 @@ copy:
|
|||||||
|
|
||||||
install: build copy
|
install: build copy
|
||||||
|
|
||||||
|
doc: build
|
||||||
|
make -C doc GF_LIB_PATH=../dist
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RUNMAKE) clean
|
$(RUNMAKE) clean
|
||||||
|
|||||||
Reference in New Issue
Block a user