Skip to content

Commit

Permalink
docutils: move to /pkg/python wrapper
Browse files Browse the repository at this point in the history
docutils live in /pkg/python
  • Loading branch information
wwwutz committed Oct 17, 2019
1 parent eec1c4d commit af10b8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 38 deletions.
36 changes: 0 additions & 36 deletions docutils.be0

This file was deleted.

11 changes: 9 additions & 2 deletions python2-wrapper.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION python2-wrapper-1.1-0
# BEE_VERSION python2-wrapper-1.2-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -84,7 +84,14 @@ mee_install() {
xml2po \
gnome-doc-tool \
pssh \
iotop
iotop \
rst2html.py rst2html4.py rst2html5.py \
rst2latex.py rst2xetex.py \
rst2man.py \
rst2odt.py rst2odt_prepstyles.py \
rst2pseudoxml.py rst2xml.py \
rst2s5.py \
rstpep2html.py
do
ln "$B/wrapper" "$D$BINDIR/$cmd"
done
Expand Down

0 comments on commit af10b8c

Please sign in to comment.