1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-09 19:20:43 +00:00

Generate trader.desktop and install it in the correct location

This commit is contained in:
John Zaitseff 2017-05-17 20:12:44 +10:00
parent 77e8c68868
commit a6b88fe12f
2 changed files with 12 additions and 1 deletions

View File

@ -69,6 +69,8 @@ AS_IF([test "x$ax_cv_curses_enhanced" != xyes], [
])
])
AC_SUBST([desktopdir],['${datadir}/applications'])
AC_CONFIG_FILES([
Makefile
lib/Makefile

View File

@ -26,4 +26,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
EXTRA_DIST = README
dist_desktop_DATA = trader.desktop
EXTRA_DIST = \
README \
trader.desktop.in
trader.desktop: trader.desktop.in
msgfmt --desktop -d $(top_srcdir)/po --template $< -o $@