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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user