Last change
on this file since 45 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
978 bytes
|
Rev | Line | |
---|
[29] | 1 | # Copyright David Abrahams 2006. Distributed under the Boost |
---|
| 2 | # Software License, Version 1.0. (See accompanying |
---|
| 3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
| 4 | import docutils ; |
---|
| 5 | |
---|
| 6 | import path ; |
---|
| 7 | sources = getting_started.rst ; |
---|
| 8 | bases = $(sources:S=) ; |
---|
| 9 | |
---|
| 10 | # This is a path relative to the html/ subdirectory where the |
---|
| 11 | # generated output will eventually be moved. |
---|
| 12 | stylesheet = "--stylesheet=../rst.css" ; |
---|
| 13 | |
---|
| 14 | for local b in $(bases) |
---|
| 15 | { |
---|
| 16 | html $(b) : $(b).rst : |
---|
| 17 | |
---|
| 18 | # <docutils-cmd>"PYTHONPATH=~/src/boost/tools && python ~/src/boost/tools/litre/active-rst.py" |
---|
| 19 | # <docutils-html>"-gdt --writer=html --source-url="./$(b).rst" --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript "$(stylesheet) |
---|
| 20 | <docutils-html>"-gdt --source-url="./$(b).rst" --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript "$(stylesheet) |
---|
| 21 | ; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | alias htmls : $(bases) ; |
---|
| 25 | stage . : $(bases) ; |
---|
Note: See
TracBrowser
for help on using the repository browser.