GNOME Bugzilla – Bug 502263
libgtksourceviewmm-2.0 install dirs
Last modified: 2007-12-09 16:59:05 UTC
Here's a patch to fix a couple of install directories which weren't changed from 1.0 to 2.0. While I'm at it, docs/reference/Makefile.am is broken when running a VPATH build from a tarball. The Makefile assumes that html/ is in PWD, as it would be when building from SVN, but as these files are EXTRA_DIST'ed and are in $(srcdir)/html in a tarball.
Created attachment 100496 [details] [review] 1.9.3 2.0 install dirs patch * docs/reference/Makefile.am (docdir): * tools/m4/Makefile.am (tools_m4_includedir): Install to 2.0-versioned directories.
Thanks. Committed.