Packaging

- Began modification of script.txt in preparation for next movie!
- Added README.1.5.0 warning to configure.ac.  Do you think people
  will see it?  And then read the file?  I may need to provide an
  automated solution.
This commit is contained in:
Paul Beckingham
2009-02-15 23:44:58 -05:00
parent 0219ed4fe3
commit 6d551357ff
2 changed files with 16 additions and 5 deletions

View File

@@ -73,3 +73,10 @@ AC_CHECK_FUNC(srandom, [AC_DEFINE([HAVE_SRANDOM], [1], [Found srandom])])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT
AC_MSG_NOTICE([...])
AC_MSG_NOTICE([...])
AC_MSG_NOTICE([Existing task users please read the README.1.5.0 file!])
AC_MSG_NOTICE([...])
AC_MSG_NOTICE([...])

View File

@@ -3,18 +3,18 @@
task add do laundry Let's add some tasks
I need to do laundry
task add project:garage order dumpster Oh yeah, the dumpster
task add project:garage order dumpster Oh yeah, I need to order the dumpster
task add +phone tell mom i loveher Must call Mom (that "phone" there is a tag - they are
useful for searching, categorizing)
task add +phone tell mom i loveher Must call Mom (that "phone" there is a tag - they can
be useful for searching and categorizing)
task add +phone pro:garage schedule
goodwill pickup
task ad +email pro:garage ask Tom if Notice I can abbreviating commands
task ad +email pro:garage ask Tom if Notice I can abbreviate commands
he wants that old bkie
task ls Let's see what we've got
I spelled bike wrong
Oh, I spelled bike wrong
task 5 /bkie/bike/
task ls That's better
@@ -97,6 +97,10 @@ task summary Summary shows progress on all projec
task history History shows general activity - how many added,
completed etc, by month
task ghistory This report shows a histogram of tasks that were
added (in red), completed (in green) and deleted
(in yellow), all by month.
And that's it. There are more commands than this
covered in the online documentation, but this should give
the basic idea.