Last change
on this file since 22204 was 22204, checked in by davidb, 13 years ago |
Initial pass at extension that uses OpenOffice to convert documents to HTML or PDF, for subsequent processing by Greenstone
|
File size:
388 bytes
|
Rev | Line | |
---|
[22204] | 1 |
|
---|
| 2 | extdesc="the Open Office Extension"
|
---|
| 3 |
|
---|
| 4 | ##source cascade-make/lib/cascade-lib.bash
|
---|
| 5 |
|
---|
| 6 | if [ "x$GEXTOOFFICE" = "x" ] ; then
|
---|
| 7 | export GEXTOOFFICE=`pwd`
|
---|
| 8 |
|
---|
| 9 | if [ "x$GSDLEXTS" = "x" ] ; then
|
---|
| 10 | export GSDLEXTS=open-office
|
---|
| 11 | else
|
---|
| 12 | export GSDLEXTS=$GSDLEXTS:open-office
|
---|
| 13 | fi
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 | echo "+Your environment is now setup for $extdesc"
|
---|
| 17 | else
|
---|
| 18 | echo "+Your environment is already setup for $extdesc"
|
---|
| 19 | fi
|
---|
Note:
See
TracBrowser
for help on using the repository browser.