commit
e12c6b7c69
12
Makefile.am
12
Makefile.am
|
@ -10,13 +10,11 @@ endif
|
|||
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
|
||||
|
||||
EXTRA_DIST = \
|
||||
BUGS \
|
||||
ChangeLog-20011116 \
|
||||
ChangeLog-20051212 \
|
||||
ChangeLog-20090418 \
|
||||
ChangeLog \
|
||||
HACKING \
|
||||
MAINTAINERS \
|
||||
pluma.doap \
|
||||
NEWS \
|
||||
NEWS.GNOME \
|
||||
README \
|
||||
xmldocs.make \
|
||||
omf.make \
|
||||
intltool-extract.in \
|
||||
|
@ -58,8 +56,6 @@ MAINTAINERCLEANFILES = \
|
|||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
|
||||
|
||||
CHANGELOG_START = PLUMA_2_26_1
|
||||
|
||||
dist-hook:
|
||||
@if test -d "$(srcdir)/.git"; \
|
||||
then \
|
||||
|
|
|
@ -22,7 +22,7 @@ AC_SUBST(PLUMA_MINOR_VERSION, pluma_minor_version)
|
|||
AC_DEFINE(PLUMA_MICRO_VERSION, pluma_micro_version, [Pluma micro version])
|
||||
AC_SUBST(PLUMA_MICRO_VERSION, pluma_micro_version)
|
||||
|
||||
AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip -Wno-portability])
|
||||
AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wno-portability])
|
||||
AM_MAINTAINER_MODE
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ bugreport_SCRIPTS = pluma-bugreport.sh
|
|||
|
||||
EXTRA_DIST = \
|
||||
$(desktop_in_files) \
|
||||
$(gsettings_SCHEMAS_in_in) \
|
||||
$(gsettings_SCHEMAS).in.in \
|
||||
$(convert_DATA) \
|
||||
$(man_MANS) \
|
||||
pluma.pc.in \
|
||||
|
|
|
@ -76,7 +76,7 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.filebrowser.gschema.xml
|
|||
EXTRA_DIST = \
|
||||
$(ui_DATA) \
|
||||
$(plugin_in_files) \
|
||||
$(gsettings_SCHEMAS_in_in) \
|
||||
$(gsettings_SCHEMAS).in.in \
|
||||
pluma-file-browser-enum-types.h.template \
|
||||
pluma-file-browser-enum-types.c.template \
|
||||
pluma-file-browser-enum-register.c.template \
|
||||
|
|
|
@ -34,7 +34,7 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.time.gschema.xml
|
|||
%.gschema.xml.in: %.gschema.xml.in.in Makefile
|
||||
$(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
|
||||
|
||||
EXTRA_DIST = $(ui_DATA) $(plugin_in_files) $(gsettings_SCHEMAS_in_in)
|
||||
EXTRA_DIST = $(ui_DATA) $(plugin_in_files) $(gsettings_SCHEMAS).in.in
|
||||
|
||||
CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMASn)
|
||||
DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS)
|
||||
|
|
|
@ -47,7 +47,6 @@ pluma/pluma-window.c
|
|||
plugins/changecase/changecase.pluma-plugin.desktop.in
|
||||
plugins/changecase/pluma-changecase-plugin.c
|
||||
plugins/checkupdate/checkupdate.pluma-plugin.desktop.in
|
||||
plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in
|
||||
plugins/checkupdate/pluma-check-update-plugin.c
|
||||
plugins/docinfo/docinfo.pluma-plugin.desktop.in
|
||||
[type: gettext/glade]plugins/docinfo/docinfo.ui
|
||||
|
|
Loading…
Reference in New Issue