Subversion Repositories Scribus

Rev

Rev 4058 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

all:
        doxygen
        echo Applying templates
        cat templates/header.html > index.html
        cat templates/index.html >> index.html
        cat templates/footer.html >> index.html

clean:
        rm *.html
        rm *.png
        rm *.css

tgz:
        tar -cf Scribus-devel-docs.tar *
        gzip Scribus-devel-docs.tar

tbz:
        tar -cf Scribus-devel-docs.tar *
        bzip2 Scribus-devel-docs.tar