~ubuntu-branches/ubuntu/karmic/alpine/karmic

« back to all changes in this revision

Viewing changes to web/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
install:
379
379
        cd $(abs_top_srcdir)/web/src/alpined.d && make install
380
380
        cd $(abs_top_srcdir)/web/src/cgi.tcl-1.10 && make install SCRIPTDIR=$(abs_top_srcdir)/web/lib
381
 
        cd $(abs_top_srcdir)/web/lib && ./pkgcreate
 
381
        cd $(abs_top_srcdir)/web/lib && tclsh ./pkgcreate
382
382
        if test -x pubcookie/wp_uidmapper ; then $(LN) pubcookie/wp_uidmapper $(abs_top_srcdir)/web/bin ; fi
383
383
        if test -x pubcookie/wp_tclsh ; then $(LN) pubcookie/wp_tclsh $(abs_top_srcdir)/web/bin ; fi
384
384
        if test -x pubcookie/wp_gssapi_proxy ; then $(LN) pubcookie/wp_gssapi_proxy $(abs_top_srcdir)/web/bin ; fi