~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-09-21 22:26:25 UTC
  • mto: (1783.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1784.
  • Revision ID: mordred@inaugust.com-20100921222625-xwf008g22k5unnje
Fixed uninstall hook. Bother.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
        cd $(DESTDIR)$(man8dir) && \
170
170
        mv -f drizzled.8 drizzled$(PACKAGE_VERSION).8 && \
171
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)