diff options
author | Dan Mueth <dan@eazel.com> | 2001-03-02 21:50:39 +0000 |
---|---|---|
committer | Dan Mueth <dmueth@src.gnome.org> | 2001-03-02 21:50:39 +0000 |
commit | c6f20b599cdd88970afc7bb5db9cc418c6fb4d9b (patch) | |
tree | 39887843b287b4afcee91fde8608dfa23413ea59 /Makefile.am | |
parent | bfa709798abb70604ce342c510b369f51174acf8 (diff) | |
download | nautilus-c6f20b599cdd88970afc7bb5db9cc418c6fb4d9b.tar.gz |
reviewed by: Don Melton <don@eazel.com>
2001-03-02 Dan Mueth <dan@eazel.com>
reviewed by: Don Melton <don@eazel.com>
Doing build stuff so that new files regarding
the distribution license of the Eazel trademarks
contained in eazel-logos/ are properly included
in tarballs and RPM's.
Bug #: 7275 and 7274
* Makefile.am: Added TRADEMARK_NOTICE to EXTRA_DIST
* eazel-logos/Makefile.am: Added LICENSE to icon_DATA
* nautilus.spec.in: Added eazel-logos/LICENSE and
TRADEMARK_NOTICE
Fixed a small problem for "es_ES" locale missing
a doc.
* components/help/topleveldocs.xml:
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2224d1615..3958b67a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ SUBDIRS = \ $(NULL) EXTRA_DIST= \ + TRADEMARK_NOTICE \ COPYING.LIB \ COPYING-DOCS \ RPMs-README \ |