|
Revision 176, 329 bytes
(checked in by pieterpalmers, 6 years ago)
|
Initial revision
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
SUBDIRS = freebob |
|---|
| 2 |
EXTRA_DIST = cvscompile |
|---|
| 3 |
AUTOMAKE_OPTIONS = foreign |
|---|
| 4 |
|
|---|
| 5 |
dist-hook: |
|---|
| 6 |
-chmod -R a+r $(distdir) |
|---|
| 7 |
@if ! test -z "$(AMTAR)"; then \ |
|---|
| 8 |
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \ |
|---|
| 9 |
else \ |
|---|
| 10 |
$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \ |
|---|
| 11 |
fi |
|---|