diff options
| author | Paul Eggert | 2013-12-24 10:27:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-24 10:27:53 -0800 |
| commit | 9ebada6af6d3c3c4195e6b56b3d65dcf20568fba (patch) | |
| tree | d05fc530b70ff0e6f9dc8cd091405e10e0a6aa53 /make-dist | |
| parent | eeef121a18b0317cbe739e104c0b024289e4b851 (diff) | |
| download | emacs-9ebada6af6d3c3c4195e6b56b3d65dcf20568fba.tar.gz emacs-9ebada6af6d3c3c4195e6b56b3d65dcf20568fba.zip | |
Automate the procedure for updating copyright year.
* admin/merge-gnulib (GNULIB_MODULES): Add update-copyright.
* admin/notes/years: Mention admin/update-copyright.
* admin/update-copyright: New file.
* build-aux/update-copyright: New file.
* make-dist: Distribute it.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* msdos/autogen/Makefile.in: Update copyright year.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -344,7 +344,8 @@ echo "Making links to \`leim' and its subdirectories" | |||
| 344 | echo "Making links to \`build-aux'" | 344 | echo "Making links to \`build-aux'" |
| 345 | (cd build-aux | 345 | (cd build-aux |
| 346 | ln compile config.guess config.sub depcomp msys-to-w32 ../${tempdir}/build-aux | 346 | ln compile config.guess config.sub depcomp msys-to-w32 ../${tempdir}/build-aux |
| 347 | ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux | 347 | ln install-sh missing move-if-change ../${tempdir}/build-aux |
| 348 | ln update-copyright update-subdirs ../${tempdir}/build-aux | ||
| 348 | ln dir_top make-info-dir ../${tempdir}/build-aux) | 349 | ln dir_top make-info-dir ../${tempdir}/build-aux) |
| 349 | 350 | ||
| 350 | echo "Making links to \`build-aux/snippet'" | 351 | echo "Making links to \`build-aux/snippet'" |