Codebase list unrtf / 4b10f21
Add clean-tar.sh script used to create the tarball Willi Mann 9 years ago
1 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 #!/bin/bash
1
2 mk-origtargz --package unrtf --version 0.21.8 -S -clean \
3 --exclude-file=Makefile \
4 --exclude-file=autom4te.cache/* \
5 --exclude-file=config/* \
6 --exclude-file=config.h \
7 --exclude-file=config.log \
8 --exclude-file=config.status \
9 --exclude-file=doc/Makefile \
10 --exclude-file=outputs/Makefile \
11 --exclude-file=patches/Makefile \
12 --exclude-file=src/.deps/*.Po \
13 --exclude-file=src/Makefile \
14 --exclude-file=stamp-h1 \
15 --exclude-file=tests/Makefile \
16 --exclude-file=tests/.~lock.*# \
17 $*