From da0aa3c568bf61007b4b3761f822bf2ed0eaa7e7 Mon Sep 17 00:00:00 2001 From: milde Date: Tue, 23 Sep 2008 13:51:27 +0000 Subject: [PATCH] Add (and update) restindex dummy files git-svn-id: http://svn.berlios.de/svnroot/repos/pylit/trunk@98 fb71aa59-6827-0410-b536-ee2229a4f8e3 --- rstdocs/examples/isomath-restindex.txt | 1 + rstdocs/examples/listings-python-options-restindex.txt | 12 ++++++++++++ rstdocs/examples/listings-tex-options-restindex.txt | 12 ++++++++++++ rstdocs/examples/pygments-default-restindex.txt | 12 ++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 rstdocs/examples/listings-python-options-restindex.txt create mode 100644 rstdocs/examples/listings-tex-options-restindex.txt create mode 100644 rstdocs/examples/pygments-default-restindex.txt diff --git a/rstdocs/examples/isomath-restindex.txt b/rstdocs/examples/isomath-restindex.txt index 96589af..15ba004 100644 --- a/rstdocs/examples/isomath-restindex.txt +++ b/rstdocs/examples/isomath-restindex.txt @@ -8,6 +8,7 @@ target: isomath.sty.html file: isomath.sty file: isomath.sty.txt + file: isomath-test.tex /restindex .. include:: examples/isomath.sty.txt diff --git a/rstdocs/examples/listings-python-options-restindex.txt b/rstdocs/examples/listings-python-options-restindex.txt new file mode 100644 index 0000000..640885f --- /dev/null +++ b/rstdocs/examples/listings-python-options-restindex.txt @@ -0,0 +1,12 @@ +.. listings-python-options-restindex.txt: Dummy for rest2web + + -*- rst-mode -*- + + restindex + crumb: listings-python-options.sty + target: listings-python-options.sty.html + file: listings-python-options.sty + file: listings-python-options.sty.txt + /restindex + +.. include:: examples/listings-python-options.sty.txt diff --git a/rstdocs/examples/listings-tex-options-restindex.txt b/rstdocs/examples/listings-tex-options-restindex.txt new file mode 100644 index 0000000..154934f --- /dev/null +++ b/rstdocs/examples/listings-tex-options-restindex.txt @@ -0,0 +1,12 @@ +.. listings-tex-options-restindex.txt: Dummy for rest2web + + -*- rst-mode -*- + + restindex + crumb: listings-tex-options.sty + target: listings-tex-options.sty.html + file: listings-tex-options.sty + file: listings-tex-options.sty.txt + /restindex + +.. include:: examples/listings-tex-options.sty.txt diff --git a/rstdocs/examples/pygments-default-restindex.txt b/rstdocs/examples/pygments-default-restindex.txt new file mode 100644 index 0000000..eb770e4 --- /dev/null +++ b/rstdocs/examples/pygments-default-restindex.txt @@ -0,0 +1,12 @@ +.. pygments-default-restindex.txt: Dummy for rest2web + + -*- rst-mode -*- + + restindex + crumb: pygments-default.css + target: pygments-default.css.html + file: pygments-default.css + file: pygments-default.css.txt + /restindex + +.. include:: examples/pygments-default.css.txt -- 2.11.4.GIT