| 25 | |
| 26 | post-destroot { |
| 27 | ln -s ${python.prefix}/bin/rst2html.py ${destroot}${prefix}/bin/rst2html-2.6.py |
| 28 | ln -s ${python.prefix}/bin/rst2latex.py ${destroot}${prefix}/bin/rst2latex-2.6.py |
| 29 | ln -s ${python.prefix}/bin/rst2newlatex.py ${destroot}${prefix}/bin/rst2newlatex-2.6.py |
| 30 | ln -s ${python.prefix}/bin/rst2pseudoxml.py ${destroot}${prefix}/bin/rst2pseudoxml-2.6.py |
| 31 | ln -s ${python.prefix}/bin/rst2s5.py ${destroot}${prefix}/bin/rst2s5-2.6.py |
| 32 | ln -s ${python.prefix}/bin/rst2xml.py ${destroot}${prefix}/bin/rst2xml-2.6.py |
| 33 | ln -s ${python.prefix}/bin/rstpep2html.py ${destroot}${prefix}/bin/rstpep2html-2.6.py |
| 34 | } |