diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /Makefile.am | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b288648a..ddd74ef0 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gedit pixmaps po data plugin-loaders plugins docs tests win32 osx +SUBDIRS = pluma pixmaps po data plugin-loaders plugins docs tests win32 osx if !OS_OSX SUBDIRS += help @@ -16,7 +16,7 @@ EXTRA_DIST = \ ChangeLog-20090418 \ HACKING \ MAINTAINERS \ - gedit.doap \ + pluma.doap \ xmldocs.make \ omf.make \ mate-doc-utils.make \ @@ -36,6 +36,10 @@ MAINTAINERCLEANFILES = \ config.h.in \ config.sub \ depcomp \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ + configure \ gtk-doc.make \ install-sh \ ltmain.sh \ @@ -56,7 +60,7 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc -CHANGELOG_START = GEDIT_2_26_1 +CHANGELOG_START = PLUMA_2_26_1 dist-hook: @if test -d "$(srcdir)/.git"; \ |