Changeset c432ea068eb385e5e48605049fbe8b23f40445da
- Timestamp:
- 03/31/08 16:41:42
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1206974502 +0300
- git-parent:
[ce52ce2eaf92223c22e9d16a7c3c262d9d22d663]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1206974502 +0300
- Message:
Clean changelogs, but not too often
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rce52ce2 |
rc432ea0 |
|
| 243 | 243 | |
|---|
| 244 | 244 | CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin |
|---|
| 245 | | DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile |
|---|
| | 245 | DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog |
|---|
| 246 | 246 | |
|---|
| 247 | 247 | # Shortcut for developpers to rebuild the core (libvlc + vlc) |
|---|
| rce52ce2 |
rc432ea0 |
|
| 48 | 48 | $(NULL) |
|---|
| 49 | 49 | |
|---|
| | 50 | DISTCLEANFILES = $(CHANGELOGS) |
|---|
| | 51 | |
|---|
| 50 | 52 | $(CHANGELOGS): Makefile.am |
|---|
| 51 | 53 | y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ |
|---|