diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-05 22:24:59 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-05 22:24:59 +0800 |
commit | fb7876a44bbaef4489330373307ceaa92226e2b1 (patch) | |
tree | a651285c91bbd8cb9c26dbcceef16d8e25d327ed /my-evolution | |
parent | ee5332f908d7bae0796e60e9de0c29c3b132883b (diff) | |
download | gsoc2013-evolution-fb7876a44bbaef4489330373307ceaa92226e2b1.tar gsoc2013-evolution-fb7876a44bbaef4489330373307ceaa92226e2b1.tar.gz gsoc2013-evolution-fb7876a44bbaef4489330373307ceaa92226e2b1.tar.bz2 gsoc2013-evolution-fb7876a44bbaef4489330373307ceaa92226e2b1.tar.lz gsoc2013-evolution-fb7876a44bbaef4489330373307ceaa92226e2b1.tar.xz gsoc2013-evolution-fb7876a44bbaef4489330373307ceaa92226e2b1.tar.zst gsoc2013-evolution-fb7876a44bbaef4489330373307ceaa92226e2b1.zip |
dist the relevant xpms
2002-04-05 JP Rosevear <jpr@ximian.com>
* Makefile.am: dist the relevant xpms
svn path=/trunk/; revision=16363
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 7b2617077e..69bc92669e 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2002-04-05 JP Rosevear <jpr@ximian.com> + + * Makefile.am: dist the relevant xpms + 2002-04-04 JP Rosevear <jpr@ximian.com> * Makefile.am: fix substitution typo diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 5163843781..4a1e159723 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -121,7 +121,10 @@ EXTRA_DIST = \ $(Location_DATA) \ $(glade_DATA) \ Locations.h \ - Location-translation-script + Location-translation-script \ + check-empty.xpm \ + check-filled.xpm \ + check-none.xpm dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) |