diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-19 03:42:06 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-19 03:42:06 +0800 |
commit | a8c21b82947b1e4568670bc880e83a52a0741e7c (patch) | |
tree | d24645b23a3e53301f1a619676d2966a34b9f1ed /data/starthere | |
parent | ea50f388412c9c4d880bea7aa770d079b8c9141c (diff) | |
download | gsoc2013-epiphany-a8c21b82947b1e4568670bc880e83a52a0741e7c.tar gsoc2013-epiphany-a8c21b82947b1e4568670bc880e83a52a0741e7c.tar.gz gsoc2013-epiphany-a8c21b82947b1e4568670bc880e83a52a0741e7c.tar.bz2 gsoc2013-epiphany-a8c21b82947b1e4568670bc880e83a52a0741e7c.tar.lz gsoc2013-epiphany-a8c21b82947b1e4568670bc880e83a52a0741e7c.tar.xz gsoc2013-epiphany-a8c21b82947b1e4568670bc880e83a52a0741e7c.tar.zst gsoc2013-epiphany-a8c21b82947b1e4568670bc880e83a52a0741e7c.zip |
Fix uninstallation
2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org>
* Makefile.am:
* data/Makefile.am:
* data/starthere/Makefile.am:
Fix uninstallation
Diffstat (limited to 'data/starthere')
-rw-r--r-- | data/starthere/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/starthere/Makefile.am b/data/starthere/Makefile.am index d6ad77fed..8aadf129d 100644 --- a/data/starthere/Makefile.am +++ b/data/starthere/Makefile.am @@ -11,3 +11,4 @@ EXTRA_DIST = $(xml_DATA) \ $(xml_in_files) \ $(page_DATA) +DISTCLEANFILES = $(xml_DATA) |