IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40723 for trunk


Ignore:
Timestamp:
May 7, 2019, 8:25:48 PM (7 years ago)
Author:
eugene
Message:

fix tar code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/Makefile.Common

    r40564 r40723  
    3333
    3434%.tgz:
    35         tar --transform 's%inputs/%%' -zcf $@ $(FILES) $*.bbl
     35#       tar --transform 's%inputs/%%' -zcf $@ $(FILES) $*.bbl
     36        tar --transform 's%inputs/%%' --transform 's%pics/%%' --transform 's%images/%%' -zcf $@ $^
     37
    3638%.zip:
    3739        zip -j $@ $?
Note: See TracChangeset for help on using the changeset viewer.