SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

#!/bin/sh

## Warning, this is a shell script
## use sh README to rebuild the generator tarballs

## To make the data files, use tar like this : # cd kdissprosperslides-data/
# tar czvf ../kdissprosperslides.tar.gz `find . -type f|grep -v ".arch"` # (change kdissprosperslides by the name of the template you want

for dir in OOOimpress OOOdoc beamerslides prosperslides pdflatexarticle pdflatexbook htmldoc asciidoc applet stx; do

pushd "kdiss$dir-data"; tar czvf ../kdiss$dir.tar.gz `find . -type f|grep -v ".arch"`; popd done

## Hacking
#
# Add your template entry to wscript.
# The base class of all templates is located in src/kdissert/datastruct/DGenerator.h # A tar file for your template (look above) is mandatory, # even if it is empty.
#
# Happy coding ! :)


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.