clear the desktop file

This commit is contained in:
Sebastien Bacher 2005-07-04 22:33:07 +00:00
parent 6668dd1649
commit 8bfafbe86d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-07-05 Sebastien Bacher <seb128@debian.org>
* Makefile.am: clean the desktop file.
2005-07-05 Sebastien Bacher <seb128@debian.org> 2005-07-05 Sebastien Bacher <seb128@debian.org>
* Makefile.am: fix the list of source files. * Makefile.am: fix the list of source files.

View file

@ -41,5 +41,5 @@ Gladedir = $(GNOMECC_GLADE_DIR)
Glade_DATA = gnome-about-me.glade Glade_DATA = gnome-about-me.glade
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) $(LIBEBOOK_CFLAGS) INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) $(LIBEBOOK_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(desktop_DATA)
EXTRA_DIST = e-util-marshal.list $(Glade_DATA) $(Desktop_in_files) $(pixmap_DATA) EXTRA_DIST = e-util-marshal.list $(Glade_DATA) $(Desktop_in_files) $(pixmap_DATA)