[Git][videolan/libdvdcss][master] build: only generate the Changelog in maintainer mode
"Jean-Baptiste Kempf (@jbk)" <[email protected]> Wed, 06 Aug 2025 17:33:10 +0200
| Newsgroups | gmane.comp.video.videolan.libdvdcss.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============6773499088576148982== Content-Type: multipart/alternative; boundary="--==_mimepart_689375b62e926_80cd3558c54184766d6"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_689375b62e926_80cd3558c54184766d6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 ----==_mimepart_689375b62e926_80cd3558c54184766d6-- --===============6773499088576148982== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ libdvdcss-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvdcss-devel --===============6773499088576148982==--