diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-17 08:37:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-17 08:37:55 +0800 |
commit | a64fca9e1257503b5d3b5944f2254c227775b9f9 (patch) | |
tree | d51bff14a83e8b4fc094e4b557caf82b8ebb9e50 /data | |
parent | 4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0 (diff) | |
download | gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.tar.gz gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.tar.zst gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.zip |
=== Release 1.9.5.1 ===Release1951
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.5.1 ===
* NEWS:
* configure.ac:
* data/Makefile.am:
* data/chrome/Makefile.am:
* po/POTFILES.in:
R src/bookmarks/ephy-new-bookmark.c:
R src/bookmarks/ephy-new-bookmark.h:
R src/bookmarks/ephy-topics-selector.c:
R src/bookmarks/ephy-topics-selector.h:
Fix the tarball.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/chrome/Makefile.am | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index d965591de..92fffef04 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -71,7 +71,7 @@ if GCONF_SCHEMAS_INSTALL endif EXTRA_DIST = \ - $(server_in_files) \ + $(service_in_files) \ $(schema_in_files) \ $(font_schema_files) \ $(desktop_in_files) \ @@ -87,7 +87,7 @@ EXTRA_DIST = \ generate-font-schemas.py DISTCLEANFILES = \ - $(server_DATA) \ + $(service_DATA) \ $(schema_in_files:.schemas.in=.schemas) \ $(pkgconfig_DATA) \ $(default_prefs_DATA) \ diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am index b3c90ca47..42c1ae96f 100644 --- a/data/chrome/Makefile.am +++ b/data/chrome/Makefile.am @@ -18,3 +18,10 @@ EXTRA_DIST = \ $(manifest_in_files) \ $(branding_in_files) \ $(globalchrome_DATA) + +CLEANFILES = \ + $(manifest_DATA) + +DISTCLEANFILES = \ + $(manifest_DATA) \ + $(branding_DATA) |