[vlc-commits] Update changelog rules to 2012

Pierre Ynard git at videolan.org
Tue Sep 11 23:45:24 CEST 2012


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Sep 11 23:45:15 2012 +0200| [b995c7405e4580cbdc8c93e056c1561f3158e1ef] | committer: Pierre Ynard

Update changelog rules to 2012

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b995c7405e4580cbdc8c93e056c1561f3158e1ef
---

 Makefile.am     |    2 +-
 doc/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a6864d0..6d4f476 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,7 +89,7 @@ AUTOMAKE_OPTIONS = \
 ChangeLog: Makefile.am
 	rm -f -- "$@"
 	cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
-	$(LN_S) -f doc/ChangeLog-2009 "$@"
+	$(LN_S) -f doc/ChangeLog-2012 "$@"
 
 ###############################################################################
 # Mac OS X project
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0db536a..8f70953 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -81,7 +81,7 @@ $(CHANGELOGS): Makefile.am
 	fi
 
 # This one needs to be rebuilt all the time :)
-.PHONY: ChangeLog-2011 changelogs doc
+.PHONY: ChangeLog-2012 changelogs doc
 
 changelogs: $(CHANGELOGS)
 



More information about the vlc-commits mailing list