Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 Feb 2012 18:32:07 +0000 (19:32 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 Feb 2012 18:32:07 +0000 (19:32 +0100)
* maint:
  fixup: distribute 'lib/update-copyright'

1  2 
lib/Makefile.am

diff --cc lib/Makefile.am
@@@ -28,25 -25,12 +28,25 @@@ dist_pkgvdata_DATA = 
  ## These must all be executable when installed.  However, if we use
  ## _SCRIPTS, then the program transform will be applied, which is not
  ## what we want.  So we make them executable by hand.
 -scriptdir = $(pkgvdatadir)
 -dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \
 -  mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \
 -  symlink-tree
 +dist_script_DATA = \
 +  config.guess \
 +  config.sub \
 +  install-sh \
 +  mdate-sh \
 +  missing \
 +  mkinstalldirs \
 +  elisp-comp \
 +  ylwrap \
 +  acinstall \
 +  depcomp \
 +  compile \
 +  py-compile \
 +  ar-lib \
 +  test-driver \
 +  tap-driver.sh \
 +  tap-driver.pl
  
- EXTRA_DIST = gnupload gitlog-to-changelog
+ EXTRA_DIST = gnupload gitlog-to-changelog update-copyright
  
  install-data-hook:
        @$(POST_INSTALL)