mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
Generate trader.desktop and install it in the correct location
This commit is contained in:
parent
77e8c68868
commit
a6b88fe12f
@ -69,6 +69,8 @@ AS_IF([test "x$ax_cv_curses_enhanced" != xyes], [
|
||||
])
|
||||
])
|
||||
|
||||
AC_SUBST([desktopdir],['${datadir}/applications'])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
lib/Makefile
|
||||
|
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user