~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/src/Makefile.am

  • 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:
16
16
install:
17
17
        cd $(abs_top_srcdir)/web/src/alpined.d && make install
18
18
        cd $(abs_top_srcdir)/web/src/cgi.tcl-1.10 && make install SCRIPTDIR=$(abs_top_srcdir)/web/lib
19
 
        cd $(abs_top_srcdir)/web/lib && ./pkgcreate
 
19
        cd $(abs_top_srcdir)/web/lib && tclsh ./pkgcreate
20
20
        if test -x pubcookie/wp_uidmapper ; then $(LN) pubcookie/wp_uidmapper $(abs_top_srcdir)/web/bin ; fi
21
21
        if test -x pubcookie/wp_tclsh ; then $(LN) pubcookie/wp_tclsh $(abs_top_srcdir)/web/bin ; fi
22
22
        if test -x pubcookie/wp_gssapi_proxy ; then $(LN) pubcookie/wp_gssapi_proxy $(abs_top_srcdir)/web/bin ; fi