diff options
author | Glenn Morris <rgm@gnu.org> | 2013-12-12 01:39:13 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-12-12 01:39:13 -0800 |
commit | 89f01d7dbe35747b5de1f9f45dfb49353be14ac0 (patch) | |
tree | 039c59423e18f0fba477cad024f639e7de1f57f3 /make-dist | |
parent | f5011847b2b7d4c2ac2f977996702e45e4de0b3d (diff) |
* make-dist: Distribute new build-aux files.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -340,10 +340,12 @@ echo "Making links to \`leim' and its subdirectories" ln Makefile.in ../${tempdir}/leim/Makefile.in ln leim-ext.el ../${tempdir}/leim/leim-ext.el) +## FIXME Can we not just use the "find -type f" method for this one? echo "Making links to \`build-aux'" (cd build-aux ln compile config.guess config.sub depcomp msys-to-w32 ../${tempdir}/build-aux - ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux) + ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux + ln dir_top make-info-dir ../${tempdir}/build-aux) echo "Making links to \`build-aux/snippet'" (cd build-aux/snippet |