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/chrome | |
parent | 4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0 (diff) | |
download | gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.tar gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.tar.gz gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.tar.bz2 gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.tar.lz gsoc2013-epiphany-a64fca9e1257503b5d3b5944f2254c227775b9f9.tar.xz 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/chrome')
-rw-r--r-- | data/chrome/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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) |