diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-24 19:32:12 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-24 19:32:12 +0800 |
commit | 7a6a795704b458d642d51e651ed57ce0b4f24b58 (patch) | |
tree | af8ccddfb073819f11410a4dff10965c0cb99f8c | |
parent | 97e8ba60b451b79815389bcd22b821d4e64860e1 (diff) | |
download | gsoc2013-epiphany-7a6a795704b458d642d51e651ed57ce0b4f24b58.tar gsoc2013-epiphany-7a6a795704b458d642d51e651ed57ce0b4f24b58.tar.gz gsoc2013-epiphany-7a6a795704b458d642d51e651ed57ce0b4f24b58.tar.bz2 gsoc2013-epiphany-7a6a795704b458d642d51e651ed57ce0b4f24b58.tar.lz gsoc2013-epiphany-7a6a795704b458d642d51e651ed57ce0b4f24b58.tar.xz gsoc2013-epiphany-7a6a795704b458d642d51e651ed57ce0b4f24b58.tar.zst gsoc2013-epiphany-7a6a795704b458d642d51e651ed57ce0b4f24b58.zip |
Added egg tray icon headers to IGNORE_HFILES.
2003-11-24 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
Added egg tray icon headers to IGNORE_HFILES.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/reference/Makefile.am | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-11-24 Christian Persch <chpe@cvs.gnome.org> + * doc/reference/Makefile.am: + + Added egg tray icon headers to IGNORE_HFILES. + +2003-11-24 Christian Persch <chpe@cvs.gnome.org> + * data/Makefile.am: Fix typo in EXTRADIST: s/check_mime/check-mime/ diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 11c9bce0c..72a8ca98e 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -104,8 +104,11 @@ IGNORE_HFILES = \ egg-editable-toolbar.h \ eggintl.h \ eggmarshalers.h \ + eggstatusicon.h \ egg-toolbar-editor.h \ egg-toolbars-model.h \ + eggtrayicon.h \ + eggtraymanager.h \ eggtreemultidnd.h \ ephy-bookmark-action.h \ ephy-bookmark-properties.h \ |