From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- misc/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 misc/Makefile.am (limited to 'misc/Makefile.am') diff --git a/misc/Makefile.am b/misc/Makefile.am deleted file mode 100644 index 803697d..0000000 --- a/misc/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -gsettings_SCHEMAS = \ - org.yorba.shotwell.gschema.xml \ - org.yorba.shotwell-extras.gschema.xml - -appstream_in_files = $(srcdir)/shotwell.appdata.xml.in -appstream_XML = \ - shotwell.appdata.xml - -desktopdir = $(datadir)/applications -desktop_DATA = shotwell.desktop shotwell-viewer.desktop - -$(appstream_XML) : $(appstream_in_files) - $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ - -%.desktop : %.desktop.in - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ - -@GSETTINGS_RULES@ -@APPSTREAM_XML_RULES@ - -CLEANFILES = $(appstream_XML) $(desktop_DATA) $(desktop_in_files) - -dist_noinst_DATA = \ - $(srcdir)/shotwell.desktop.in \ - $(srcdir)/shotwell-viewer.desktop.in \ - $(gsettings_SCHEMAS) \ - $(appstream_in_files) - --include $(top_srcdir)/git.mk -- cgit v1.2.3