Skip to content
Snippets Groups Projects
Commit be3f0e61 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Fix doc/html build with new shtml2html.py converter.

parent e53734b3
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,12 @@ html_DATA = \
html/quickstart.html \
html/schedplugins.html \
html/selectplugins.html \
html/slurm_banner.jpg \
html/slurm_banner_filler.jpg \
html/slurm_banner_left.jpg \
html/slurm_banner_right.jpg \
html/slurm_design.pdf \
html/slurm.html \
html/slurmstyles.css \
html/spacer.gif \
html/switchplugins.html \
html/team.html
......@@ -49,3 +50,8 @@ EXTRA_DIST = \
figures \
common \
$(html_DATA)
SUFFIXES = .html
.shtml.html:
cd html && ./shtml2html.py `basename $<`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment