~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-09-21 18:19:58 UTC
  • mto: (1783.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1784.
  • Revision ID: mordred@inaugust.com-20100921181958-die1vus3j0eytoge
Also symlink the manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
        cd $(DESTDIR)$(sbindir) && \
165
165
        mv -f drizzled$(EXEEXT) drizzled$(PACKAGE_VERSION)$(EXEEXT) && \
166
166
        $(LN_S) drizzled$(PACKAGE_VERSION)$(EXEEXT) drizzled$(EXEEXT)
 
167
 
 
168
install-data-hook:
 
169
        cd $(DESTDIR)$(man8dir) && \
 
170
        mv -f drizzled.8 drizzled$(PACKAGE_VERSION).8 && \
 
171
        $(LN_S) drizzled$(PACKAGE_VERSION).8 drizzled.8