[vlc-commits] [Git][videolan/vlc][master] build: update changelogs target for 2024
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Feb 12 06:46:39 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
a5809dc0 by Sean McGovern at 2024-02-12T06:31:12+00:00
build: update changelogs target for 2024
- - - - -
2 changed files:
- Makefile.am
- doc/Makefile.am
Changes:
=====================================
Makefile.am
=====================================
@@ -50,7 +50,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog: Makefile.am
rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
- $(LN_S) -f doc/ChangeLog-2021 "$@"
+ $(LN_S) -f doc/ChangeLog-2024 "$@"
###############################################################################
=====================================
doc/Makefile.am
=====================================
@@ -111,7 +111,7 @@ $(CHANGELOGS): Makefile.am
fi
# This one needs to be rebuilt all the time :)
-.PHONY: ChangeLog-2021 changelogs doc
+.PHONY: ChangeLog-2024 changelogs doc
changelogs: $(CHANGELOGS)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a5809dc0c656ac83d25db5a1bc0dab523b448982
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a5809dc0c656ac83d25db5a1bc0dab523b448982
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list