2011-11-07 13:46:58 -06:00
|
|
|
desktopdir = $(datadir)/applications
|
2016-01-25 08:13:49 -06:00
|
|
|
desktop_in_files = xedit.desktop.in
|
2011-11-07 13:46:58 -06:00
|
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
2014-11-10 05:01:52 -06:00
|
|
|
@INTLTOOL_XML_RULE@
|
|
|
|
appdatadir = $(datadir)/appdata
|
2016-01-25 08:13:49 -06:00
|
|
|
appdata_in_files = xedit.appdata.xml.in
|
2014-11-10 05:01:52 -06:00
|
|
|
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
|
|
|
|
|
2016-01-25 08:13:49 -06:00
|
|
|
gsettings_SCHEMAS = org.x.editor.gschema.xml
|
2013-01-24 13:44:32 -06:00
|
|
|
@GSETTINGS_RULES@
|
|
|
|
|
2016-01-25 08:13:49 -06:00
|
|
|
man_MANS = xedit.1
|
2011-11-07 13:46:58 -06:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2016-01-25 08:13:49 -06:00
|
|
|
pkgconfig_DATA = xedit.pc
|
2011-11-07 13:46:58 -06:00
|
|
|
|
2016-01-25 08:13:49 -06:00
|
|
|
bugreportdir = $(libexecdir)/xedit
|
|
|
|
bugreport_SCRIPTS = xedit-bugreport.sh
|
2011-11-07 13:46:58 -06:00
|
|
|
|
2015-06-15 17:56:55 -05:00
|
|
|
EXTRA_DIST = \
|
|
|
|
$(appdata_in_files) \
|
|
|
|
$(desktop_in_files) \
|
2011-11-07 13:46:58 -06:00
|
|
|
$(man_MANS) \
|
2016-01-25 08:13:49 -06:00
|
|
|
xedit.pc.in \
|
|
|
|
xedit-bugreport.sh.in
|
2011-11-07 13:46:58 -06:00
|
|
|
|
|
|
|
CLEANFILES = \
|
|
|
|
$(desktop_DATA) \
|
2015-06-15 17:56:55 -05:00
|
|
|
$(gsettings_SCHEMAS) \
|
2014-11-10 05:01:52 -06:00
|
|
|
$(pkgconfig_DATA) \
|
2015-06-15 17:56:55 -05:00
|
|
|
$(appdata_DATA)
|
2011-11-07 13:46:58 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|