<p>In <a href="https://github.com/geany/geany/pull/1142#discussion_r71569981">Makefile.am</a>:</p>
<pre style='color:#555'>> @@ -85,3 +86,8 @@ desktopdir = $(datadir)/applications
>  desktop_in_files = geany.desktop
>  desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
>  @INTLTOOL_DESKTOP_RULE@
> +
> +appdatadir = $(datadir)/metainfo
> +appdata_in_files = geany.appdata.xml.in
> +nodist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
</pre>
<p>no need for <code>nodist_</code>, it's the default for <code>_DATA</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1142/files/32c4f451695b330b5b74be23a93d02f4218908e6#r71569981">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ-gkPR5pPriOSFwti-qWTXq9bqH9ks5qXltbgaJpZM4JPu0w">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ4bkhSmyCrjItn0z339PyHhQASxmks5qXltbgaJpZM4JPu0w.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1142/files/32c4f451695b330b5b74be23a93d02f4218908e6#r71569981"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>