diff options
author | Ryan Lortie <desrt@desrt.ca> | 2005-09-29 00:37:37 +0000 |
---|---|---|
committer | Ryan Lortie <ryanl@src.gnome.org> | 2005-09-29 00:37:37 +0000 |
commit | bdbe551b682c4e6ba81dd87efec8ef98797a41be (patch) | |
tree | 556030307fe0990bdbb2e4364e9a8ae10099355a /stickynotes | |
parent | 2135e0ff123b46ceb1c62e6bf1902a96ef967f53 (diff) |
==> accessx-status/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> battstat/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> charpick/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* help/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> cpufreq/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* help/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> drivemount/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* help/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> geyes/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> gtik/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* help/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> gweather/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> mini-commander/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* help/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> mixer/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> multiload/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> stickynotes/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
==> trashapplet/ChangeLog <==
2005-09-28 Ryan Lortie <desrt@desrt.ca>
* docs/Makefile.am: add DOC_FIGURES list to get .png's into the
tarball. Closes bug #317476.
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/ChangeLog | 5 | ||||
-rw-r--r-- | stickynotes/docs/Makefile.am | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/stickynotes/ChangeLog b/stickynotes/ChangeLog index 4502383eb..f683ce4d3 100644 --- a/stickynotes/ChangeLog +++ b/stickynotes/ChangeLog @@ -1,3 +1,8 @@ +2005-09-28 Ryan Lortie <desrt@desrt.ca> + + * docs/Makefile.am: add DOC_FIGURES list to get .png's into the + tarball. Closes bug #317476. + 2005-09-01 Davyd Madeley <davyd@madeley.id.au> * docs/C/stickynotes_applet.xml: diff --git a/stickynotes/docs/Makefile.am b/stickynotes/docs/Makefile.am index 3536625aa..fa7b03b89 100644 --- a/stickynotes/docs/Makefile.am +++ b/stickynotes/docs/Makefile.am @@ -4,4 +4,10 @@ dist-hook: doc-dist-hook DOC_MODULE = stickynotes_applet DOC_ENTITIES = legal.xml +DOC_FIGURES = figures/stickynote-right-menu-lock.png \ + figures/stickynote-right-menu-new.png \ + figures/stickynotes_applet.png \ + figures/stickynotes-note-prefs.png \ + figures/stickynotes-prefs.png + DOC_LINGUAS = es uk |