<p>In <a href="https://github.com/geany/geany/pull/1142#discussion_r71520688">Makefile.am</a>:</p>
<pre style='color:#555'>> @@ -85,3 +86,9 @@ desktopdir = $(datadir)/applications
>  desktop_in_files = geany.desktop
>  desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
>  @INTLTOOL_DESKTOP_RULE@
> +
> +appdata_in_files = geany.appdata.xml.in
> +
> +appdatadir = $(datadir)/appdata
> +nodist_appdata_DATA = geany.appdata.xml
</pre>
<p>this should probably use <code>$(appdata_in_files:.xml.in=.xml)</code> just like the desktop one above.</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/7097a9db8ca5b031667c451d4e8802ee35047cd4#r71520688">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJzs9unByR-dKGD6xNabibrvdVE9mks5qXh5LgaJpZM4JPu0w">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwJ2w-7RtywBor8JPMoes_Skp8rvks5qXh5LgaJpZM4JPu0w.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/7097a9db8ca5b031667c451d4e8802ee35047cd4#r71520688"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>