~linuxjedi/drizzle/elliott-bug-653300

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: lbieber
  • Date: 2010-09-22 03:57:16 UTC
  • mfrom: (1783.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922035716-9r10weyqvpxfn633
Merge Monty - fix processing of configuration files
Merge Brian - Pushes up thread ownership to the modules that create them.
Merge Monty - fix bug 643814 - add links for drizzle7 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        find ./ | $(GREP) \~$$ | xargs rm -f
161
161
        bzr unknowns
162
162
 
 
163
install-exec-hook:
 
164
        cd $(DESTDIR)$(sbindir) && \
 
165
        mv -f drizzled$(EXEEXT) drizzled$(PACKAGE_VERSION)$(EXEEXT) && \
 
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
 
172
 
 
173
uninstall-hook:
 
174
        rm $(DESTDIR)$(man8dir)/drizzled$(PACKAGE_VERSION).8
 
175
        rm $(DESTDIR)$(sbindir)/drizzled$(PACKAGE_VERSION)$(EXEEXT)