Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
390adf4f
Commit
390adf4f
authored
Nov 14, 2022
by
mattiasdrp
Browse files
Transition from xhtml.cd to xhtml_tr.cd
parent
d8ed0e3a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
web/dune
View file @
390adf4f
...
...
@@ -8,19 +8,18 @@
(glob_files tutorial/*.xml))
(targets)
(action
(progn
(progn
(system "mkdir doc")
(run %{bin:cduce} --run site.cdo --arg doc.xml -o doc)
)))
(run %{bin:cduce} --run site.cdo --arg doc.xml -o doc))))
(rule
(deps site.cd siteTypes.cdo xhtml.cdo)
(deps site.cd siteTypes.cdo xhtml
_tr
.cdo)
(target site.cdo)
(action
(run %{bin:cduce} --compile site.cd)))
(rule
(deps siteTypes.cd xhtml.cdo)
(deps siteTypes.cd xhtml
_tr
.cdo)
(target siteTypes.cdo)
(action
(run %{bin:cduce} --compile siteTypes.cd)))
...
...
@@ -28,6 +27,6 @@
(rule
(deps
(glob_files xhtml*.cd))
(target xhtml.cdo)
(target xhtml
_tr
.cdo)
(action
(run %{bin:cduce} --compile xhtml.cd)))
(run %{bin:cduce} --compile xhtml
_tr
.cd)))
web/xhtml-transitional.cd
0 → 100644
View file @
390adf4f
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment