~ubuntu-branches/ubuntu/karmic/xdaliclock/karmic

« back to all changes in this revision

Viewing changes to palm/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-12-02 11:28:00 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20071202112800-347g6j06sgjp0s1f
Tags: 2.25-1
* New upstream release
* Do the menu transition: Apps/Tools -> Games/Toys
* Make use of Homepage control field

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        V=`sed -n 's/.*\([0-9][0-9]*\.[0-9]*\).*/\1/p' <                      \
123
123
         $(srcdir)/../version.h` ;                                            \
124
124
        YYYY=`date +%Y` ;                                                     \
125
 
        echo -n "Updating version number in $$S to \"$$V\"... " ;             \
 
125
        /bin/echo -n "Updating version number in $$S to \"$$V\"... " ;        \
126
126
        T=/tmp/xs.$$$$ ;                                                      \
127
127
        sed -e "s/\(\"\)[0-9]\.[0-9][0-9]*/\1$$V/"                            \
128
128
          -e "s/\((c).*[- ]\)[0-9][0-9][0-9][0-9]\([^-0-9a-z]\)/\1$$YYYY\2/g" \