~dasch/masm/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Daniel Schierbeck
  • Date: 2008-01-25 17:07:43 UTC
  • Revision ID: daniel.schierbeck@gmail.com-20080125170743-p37xtfo36osm9rvr
Tags: release-0.4.1
Moved Bash completion installation to Debian rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
MAINTAINERCLEANFILES = aclocal.m4 config.guess config.sub \
5
5
                       configure depcomp install-sh INSTALL \
6
6
                       Makefile.in missing config.h.in ylwrap
7
 
 
8
 
install-exec-local:
9
 
        cp contrib/bash.sh /etc/bash_completion.d/masm
10
 
 
11
 
uninstall-local:
12
 
        $(RM) /etc/bash_completion.d/masm