Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Feb 6, 2017
1 parent d5bc2e0 commit 81171f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"web" : "https://github.com/nichtich/Pod-Pandoc"
}
},
"version" : "0.3.2",
"version" : "0.4.0",
"x_contributors" : [
"Jakob Voß <jakob.voss@gbv.de>"
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ documents in reStructureText format. It further requires a configuration file
`conf.py` and some links need to be adjusted because Pandoc does not support
wikilinks in rst output format (see script `update-docs.sh`:

pod2pandoc lib/ script/ docs/ --index 0 --ext rst --wiki -t rst --standalone
perl -pi -e 's/`([^`]+) <([^>]+)>`__/-e "$2.rst" ? ":doc:`$1 <$2>`" : "`$1 <$2>`__"/e' docs/*.rst
pod2pandoc lib/ script/ docs/ --ext rst --wiki -t rst --standalone
perl -pi -e 's!`([^`]+) <([^>]+)>`__!-e "docs/$2.rst" ? ":doc:`$1 <$2>`" : "`$1 <$2>`__"!e' docs/*.rst
make -C docs html

The result is published automatically at
Expand Down

0 comments on commit 81171f7

Please sign in to comment.