After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 550044 - "make dist" fails with nonexistent po/ChangeLog file
"make dist" fails with nonexistent po/ChangeLog file
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: intltool maintainers
intltool maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-31 11:36 UTC by Christian Persch
Modified: 2008-09-04 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make po/ChangeLog disted only if it exists (594 bytes, patch)
2008-08-31 11:36 UTC, Christian Persch
accepted-commit_now Details | Review

Description Christian Persch 2008-08-31 11:36:24 UTC
I don't want a ChangeLog in po/ since I auto-generated a one-in-all ChangeLog at make dist time in $(top_builddir). However, intltool's Makefile.in.in fails "make dist" when po/ChangeLog is not present.
Comment 1 Christian Persch 2008-08-31 11:36:57 UTC
Created attachment 117688 [details] [review]
make po/ChangeLog disted only if it exists
Comment 2 Rodney Dawes 2008-09-04 01:55:16 UTC
Patch looks ok. Please commit with an appropriately styled ChangeLog entry.
Comment 3 Christian Persch 2008-09-04 12:04:21 UTC
	* Makefile.in.in: (DISTFILES, EXTRA_DISTFILES): Move ChangeLog to
	EXTRA_DISTFILES so "make dist" does not fail with nonexistent
	po/ChangeLog file. 

	Fixes #550044