diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-16 13:46:15 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-16 13:46:15 +0000 |
commit | a237f07b7e9b29e28d01b31b3e95d3557853996b (patch) | |
tree | 8af8dcc66db6b87457e9b1178f92f3146471614f /make-dist | |
parent | d32e280ee29c7178b46b30327871df701ad502f6 (diff) | |
download | emacs-a237f07b7e9b29e28d01b31b3e95d3557853996b.tar.gz |
Omit info/.arch-inventory.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index a36476584bc..3871dc60059 100755 --- a/make-dist +++ b/make-dist @@ -627,7 +627,7 @@ echo "Making links to \`info'" cd ../${tempdir}/info # Avoid an error when expanding the wildcards later. ln emacs dummy~ ; ln emacs \#dummy\# - rm -f *~ \#*\# core) + rm -f *~ \#*\# core .arch-inventory) echo "Making links to \`man'" (cd man |