diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-22 18:14:36 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-22 18:14:36 +0800 |
commit | 30c4cba685f031e7b5d61ab7f86de8547d234b37 (patch) | |
tree | c3023c2a9a819287f113d42baee26f90fea177f1 /data | |
parent | 220f2feb98e6873d9f65244e46f9b63ff69c4d10 (diff) | |
download | gsoc2013-epiphany-30c4cba685f031e7b5d61ab7f86de8547d234b37.tar gsoc2013-epiphany-30c4cba685f031e7b5d61ab7f86de8547d234b37.tar.gz gsoc2013-epiphany-30c4cba685f031e7b5d61ab7f86de8547d234b37.tar.bz2 gsoc2013-epiphany-30c4cba685f031e7b5d61ab7f86de8547d234b37.tar.lz gsoc2013-epiphany-30c4cba685f031e7b5d61ab7f86de8547d234b37.tar.xz gsoc2013-epiphany-30c4cba685f031e7b5d61ab7f86de8547d234b37.tar.zst gsoc2013-epiphany-30c4cba685f031e7b5d61ab7f86de8547d234b37.zip |
Add xml files to extra data
2003-10-22 Marco Pesenti Gritti <marco@gnome.org>
* data/ui/Makefile.am:
Add xml files to extra data
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index a0123616d..355b6cef9 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -12,6 +12,6 @@ xml_DATA = \ @INTLTOOL_XML_RULE@ -EXTRA_DIST = $(uixml_in_files) +EXTRA_DIST = $(uixml_in_files) $(xml_DATA) CLEANFILES = $(uixml_DATA) |