GNOME Bugzilla – Bug 550044
"make dist" fails with nonexistent po/ChangeLog file
Last modified: 2008-09-04 12:04:21 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.
Created attachment 117688 [details] [review] make po/ChangeLog disted only if it exists
Patch looks ok. Please commit with an appropriately styled ChangeLog entry.
* Makefile.in.in: (DISTFILES, EXTRA_DISTFILES): Move ChangeLog to EXTRA_DISTFILES so "make dist" does not fail with nonexistent po/ChangeLog file. Fixes #550044