1
0
forked from GitHub/gf-rgl

doc/Makefile: incremental and parallel rebuild of the synopsis

Enough dependencies have been added so that

* If nothing has changed, MkSynopsis.hs will not be run, so synopisis.html
  will not be needlessly regenerated.
* You can use 'make -j' to build examples for different languages in parallel.

Hopefully 'make synopsis' produces the exact same result as before, but if
it turns out that some dependencies are missing and something is not
rebuilt despite of changes, 'make clean' can be used to force a full rebuild.
This commit is contained in:
Thomas Hallgren
2018-10-22 23:38:56 +02:00
parent d951fec14d
commit 881753ce3e
3 changed files with 40 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
module MkExxTable (getApiExx, ApiExx, prApiEx, mkEx) where
import System.Cmd
import System.Environment
--import System.Cmd
import System.Environment(getArgs)
import qualified Data.Map as M
import Data.Char