Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Compare Revisions
08ae28073e89aa8ba7eb547961c903e0cd711de3...902571c367c66847988e411453a8c80bcb6617f7
Commits (2)
Update with new adoc extension
· 48aeb8f3
Emmanuel Milou
authored
Mar 18, 2016
48aeb8f3
Use adoc extension for README
· 902571c3
Emmanuel Milou
authored
Mar 18, 2016
902571c3
Hide whitespace changes
Inline
Side-by-side
README
→
README
.adoc
View file @
902571c3
File moved
fabfile.py
View file @
902571c3
...
...
@@ -472,7 +472,7 @@ def gen_doc(role='local'):
"""
set_env
(
role
)
print
(
green
(
'Generate the README'
))
fab_run
(
role
,
'asciidoctor -b html5 -o {}/README.html {}/README'
.
format
(
BUILDDIR
,
WORKSPACE
))
fab_run
(
role
,
'asciidoctor -b html5 -o {}/README.html {}/README
.adoc
'
.
format
(
BUILDDIR
,
WORKSPACE
))
@
task
(
alias
=
'ard'
)
...
...