diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/crossrefware/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/support/crossrefware/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/crossrefware/Makefile b/Master/texmf-dist/doc/support/crossrefware/Makefile index 2126040c452..76089804b3f 100644 --- a/Master/texmf-dist/doc/support/crossrefware/Makefile +++ b/Master/texmf-dist/doc/support/crossrefware/Makefile @@ -37,4 +37,5 @@ crossrefware.tex: ${SCRIPTS} pod2latex -modify -full -prefile head.ltx -out $@ $+ archive: all clean - cd ..; tar -czvf crossrefware.tgz crossref --exclude CVS
\ No newline at end of file + cd ..; tar -czvf crossrefware.tgz crossref --exclude CVS \ + --exclude test --exclude *.bib
\ No newline at end of file |