diff options
| author | Glenn Morris | 2013-12-12 01:39:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-12-12 01:39:13 -0800 |
| commit | 89f01d7dbe35747b5de1f9f45dfb49353be14ac0 (patch) | |
| tree | 039c59423e18f0fba477cad024f639e7de1f57f3 | |
| parent | f5011847b2b7d4c2ac2f977996702e45e4de0b3d (diff) | |
| download | emacs-89f01d7dbe35747b5de1f9f45dfb49353be14ac0.tar.gz emacs-89f01d7dbe35747b5de1f9f45dfb49353be14ac0.zip | |
* make-dist: Distribute new build-aux files.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rwxr-xr-x | make-dist | 4 |
2 files changed, 5 insertions, 1 deletions
| @@ -12,6 +12,8 @@ | |||
| 12 | Instead of info/dir entries, check @dircategory in info/*.info. | 12 | Instead of info/dir entries, check @dircategory in info/*.info. |
| 13 | * make-dist: Use `info' rule rather than `info-real'. | 13 | * make-dist: Use `info' rule rather than `info-real'. |
| 14 | No more info/COPYING (not even the right license for info/ files). | 14 | No more info/COPYING (not even the right license for info/ files). |
| 15 | Distribute new build-aux files. | ||
| 16 | |||
| 15 | * info/: Remove from repository. | 17 | * info/: Remove from repository. |
| 16 | 18 | ||
| 17 | 2013-12-11 Glenn Morris <rgm@gnu.org> | 19 | 2013-12-11 Glenn Morris <rgm@gnu.org> |
| @@ -340,10 +340,12 @@ echo "Making links to \`leim' and its subdirectories" | |||
| 340 | ln Makefile.in ../${tempdir}/leim/Makefile.in | 340 | ln Makefile.in ../${tempdir}/leim/Makefile.in |
| 341 | ln leim-ext.el ../${tempdir}/leim/leim-ext.el) | 341 | ln leim-ext.el ../${tempdir}/leim/leim-ext.el) |
| 342 | 342 | ||
| 343 | ## FIXME Can we not just use the "find -type f" method for this one? | ||
| 343 | echo "Making links to \`build-aux'" | 344 | echo "Making links to \`build-aux'" |
| 344 | (cd build-aux | 345 | (cd build-aux |
| 345 | 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 |
| 346 | ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux) | 347 | ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux |
| 348 | ln dir_top make-info-dir ../${tempdir}/build-aux) | ||
| 347 | 349 | ||
| 348 | echo "Making links to \`build-aux/snippet'" | 350 | echo "Making links to \`build-aux/snippet'" |
| 349 | (cd build-aux/snippet | 351 | (cd build-aux/snippet |