~cyber-killer/ckrpgsfxplayer/trunk

« back to all changes in this revision

Viewing changes to doc-source/compiledoc.sh

  • Committer: Łukasz "Cyber Killer" Korpalski
  • Date: 2012-06-21 05:09:05 UTC
  • Revision ID: cyberkiller8@gmail.com-20120621050905-j7x8c4vqzlldj004
reverted not needed changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
echo "Creating the txt readme file"
3
 
LANG=pl txt2tags -t txt -o ../release/doc/readme.txt ./readme.t2t
 
3
txt2tags -t txt -o ../release/doc/readme.txt ./readme.t2t
4
4
echo "Creating the html readme file"
5
 
LANG=pl txt2tags -t html -o ../release/doc/readme.html ./readme.t2t
 
5
txt2tags -t html -o ../release/doc/readme.html ./readme.t2t
6
6
echo "done"