Skip to content

Commit a3d8223

Browse files
authored
Fix syntax error caused by merging.
1 parent b9431cd commit a3d8223

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Jamfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ html article : article.rst
4747
: <location>html
4848
<docutils-html>"--link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript --stylesheet=rst.css"
4949
;
50-
;
5150

5251
###############################################################################
5352
alias boostdoc ;
5453
explicit boostdoc ;
5554
alias boostrelease : python tutorial reference article ;
56-
explicit boostrelease ;
55+
explicit boostrelease ;

0 commit comments

Comments
 (0)