GNOME Bugzilla – Bug 731031
gnome-maps-3.12.2: path.js shouldn't be included in tarball
Last modified: 2014-06-11 12:29:40 UTC
It's autogenerated from src/path.js.in Thanks
Created attachment 277819 [details] [review] Makefile-js: Remove reduntant dependencies config.js and path.js are included in $(js_files).
Created attachment 277820 [details] [review] Makefile-js: Don't include generated files in dist Make sure we filter out the built sources from the js files list before adding it to EXTRA_DIST.
Review of attachment 277819 [details] [review]: reduntant -> redundant Seems right
Review of attachment 277820 [details] [review]: ::: src/Makefile-js.am @@ +38,3 @@ EXTRA_DIST += \ gnome-maps.js.gresource.xml \ + $(filter-out $(BUILT_SOURCES),$(subst ./,,$(js_files))) \ Don't know of this auto* magic so if it works[1], go ahead. [1] Meaning you generated a tarball with this patch and then verified that: * generated files are not in tarball * tarball builds and runs fine