mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
add missing docutils, docutils-html features
[SVN r26861]
This commit is contained in:
@@ -11,6 +11,7 @@ import os ;
|
||||
import common ;
|
||||
import toolset ;
|
||||
import path ;
|
||||
import feature : feature ;
|
||||
|
||||
.initialized = ;
|
||||
|
||||
@@ -54,6 +55,8 @@ rule html ( target : source : properties * )
|
||||
}
|
||||
|
||||
|
||||
feature docutils : : free ;
|
||||
feature docutils-html : : free ;
|
||||
toolset.flags docutils COMMON-FLAGS : <docutils> ;
|
||||
toolset.flags docutils HTML-FLAGS : <docutils-html> ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user