Changeset f33a03f8587d84742e08876d7a1a99c31bc07c0c
- Timestamp:
- 07/30/04 11:23:37
(4 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1091179417 +0000
- git-parent:
[29b5143d4e2479887bad731fd38bd01e0e1ab58a]
- git-author:
- Sam Hocevar <sam@videolan.org> 1091179417 +0000
- Message:
- autotools: no longer manage this directory with SVN.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2088177 |
rf33a03f |
|
| 13 | 13 | # - po should come before . because VLC.app needs the pofiles |
|---|
| 14 | 14 | SUBDIRS = intl modules po . mozilla share m4 doc |
|---|
| 15 | | DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib autotools |
|---|
| | 15 | DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib |
|---|
| 16 | 16 | |
|---|
| 17 | 17 | EXTRA_DIST = \ |
|---|
| rbb8c031 |
rf33a03f |
|
| 3973 | 3973 | AC_CONFIG_FILES([ |
|---|
| 3974 | 3974 | Makefile |
|---|
| 3975 | | autotools/Makefile |
|---|
| 3976 | 3975 | debian/Makefile |
|---|
| 3977 | 3976 | doc/Makefile |
|---|