> @@ -90,5 +90,5 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) > appdata_in_files = geany.appdata.xml.in > > appdatadir = $(datadir)/appdata > -nodist_appdata_DATA = geany.appdata.xml > +nodist_appdata_DATA = $(appdata_in_files:.appdata.xml.in=.appdata.xml)
`.xml.in=.xml` would be enough --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1142/files/7097a9db8ca5b031667c451d4e8802ee35047cd4..2be68cb54010dfa3985b79b66a71e52345ab073b#r71535118
