diff options
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | html/img/Makefile.am | 16 |
2 files changed, 17 insertions, 2 deletions
@@ -28,8 +28,7 @@ To do rollbacks sanely in PK we need a few things: *** Use resolve for pkcon operations *** 'pkcon install zsh' should work as well as 'pkcon install "zsh;1.0;i386;repo"' -*** HTML Help files *** +*** HTML help files *** Spellcheck and grammar check! Add not about the development server and anon-cvs -Populate screenshots section diff --git a/html/img/Makefile.am b/html/img/Makefile.am index 148ee6b4..062e23dd 100644 --- a/html/img/Makefile.am +++ b/html/img/Makefile.am @@ -9,6 +9,21 @@ IMAGE_FILES = \ large-preferences-system.png \ large-system-users.png \ packagekit.png \ + pk-application.png \ + pk-auto-update.png \ + pk-backend-status.png \ + pk-battery.png \ + pk-inhibit.png \ + pk-network.png \ + pk-prefs.png \ + pk-progress.png \ + pk-repo-auth.png \ + pk-repo.png \ + pk-require-restart.png \ + pk-transactions.png \ + pk-updates.png \ + pk-updates-warning.png \ + pk-waiting.png \ $(NULL) EXTRA_DIST = \ @@ -18,3 +33,4 @@ EXTRA_DIST = \ clean-local: rm -f *~ + |