[libdvdcss-devel] [Git][videolan/libdvdcss][master] build: only generate the Changelog in maintainer mode
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Aug 6 15:33:10 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss
Commits:
8c029ce1 by Steve Lhomme at 2025-08-06T15:32:30+00:00
build: only generate the Changelog in maintainer mode
If the .git folder doesn't exist the command fails.
- - - - -
1 changed file:
- Makefile.am
Changes:
=====================================
Makefile.am
=====================================
@@ -3,7 +3,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src/dvdcss
EXTRA_DIST = msvc libdvdcss.spec INSTALL
-dist_doc_DATA = AUTHORS COPYING NEWS README.md ChangeLog
+dist_doc_DATA = AUTHORS COPYING NEWS README.md
+if MAINTAINER_MODE
+dist_doc_DATA += ChangeLog
+endif
MAINTAINERCLEANFILES = ChangeLog
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/8c029ce16a2c31d3f0a869e143f73c4b243a8439
--
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/8c029ce16a2c31d3f0a869e143f73c4b243a8439
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libdvdcss-devel
mailing list