Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/iterator/doc/rst2latex @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

  • Property svn:executable set to *
File size: 399 bytes
Line 
1#!/bin/sh
2# Copyright David Abrahams 2006. Distributed under the Boost
3# Software License, Version 1.0. (See accompanying
4# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5PYTHONPATH="c:/src/docutils;c:/src/docutils/extras"
6export PYTHONPATH
7python c:/src/docutils/tools/rst2latex.py --documentoptions pdftex --stylesheet=docutils.sty $1 `echo $1 | sed 's/\(.*\)\..*/\1.tex/'`
Note: See TracBrowser for help on using the repository browser.