/[axel]/trunk/Makefile
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 57 by phihag-guest, Tue Oct 14 13:07:59 2008 UTC revision 58 by phihag-guest, Tue Oct 14 13:16:13 2008 UTC
# Line 65  uninstall-bin: Line 65  uninstall-bin:
65    
66  tar:  tar:
67          version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \          version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \
68          tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po configure Makefile axel.1 gui CHANGES COPYING CREDITS README && \          tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po configure Makefile axel.1 axelrc.example axel.spec gui API CHANGES COPYING CREDITS README && \
69          gzip --best < "axel-$${version}.tar" > "axel-$${version}.tar.gz" && \          gzip --best < "axel-$${version}.tar" > "axel-$${version}.tar.gz" && \
70          bzip2 --best < "axel-$${version}.tar" > "axel-$${version}.tar.bz2"          bzip2 --best < "axel-$${version}.tar" > "axel-$${version}.tar.bz2"
71    

Legend:
Removed from v.57  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC 1.1.5