-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Drake
committed
Aug 27, 2009
1 parent
5b489b8
commit f46716f
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AUTOMAKE_OPTIONS = dist-bzip2 | ||
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip | ||
ACLOCAL_AMFLAGS = -I m4 | ||
DISTCLEANFILES = ChangeLog libusb-1.0.pc | ||
EXTRA_DIST = TODO PORTING | ||
|
@@ -17,6 +17,11 @@ ChangeLog: | |
|
||
dist-hook: ChangeLog | ||
|
||
reldir = .release/$(distdir) | ||
dist-up: dist | ||
rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/ | ||
rm -rf $(reldir) | ||
mkdir -p $(reldir) | ||
cp $(distdir).tar.bz2 $(reldir) | ||
rsync -rv $(reldir) dsd_,[email protected]:/home/frs/project/l/li/libusb/libusb-1.0/ | ||
rm -rf $(reldir) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters