Move Djot module
This commit is contained in:
parent
f60e209073
commit
f0718bbf2c
2 changed files with 2 additions and 2 deletions
2
SSG.ipkg
2
SSG.ipkg
|
@ -21,7 +21,7 @@ depends = structures
|
||||||
-- modules to install
|
-- modules to install
|
||||||
modules = SSG.Parser.Core
|
modules = SSG.Parser.Core
|
||||||
, SSG.Parser.Util
|
, SSG.Parser.Util
|
||||||
, SSG.Parser.Djot
|
, SSG.Djot
|
||||||
, SSG.HTML
|
, SSG.HTML
|
||||||
, SSG.HTML.ElementTypes
|
, SSG.HTML.ElementTypes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module SSG.Parser.Djot
|
module SSG.Djot
|
||||||
|
|
||||||
import SSG.Parser.Core
|
import SSG.Parser.Core
|
||||||
import SSG.Parser.Util
|
import SSG.Parser.Util
|
Loading…
Add table
Reference in a new issue