Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
89f01d7d
Commit
89f01d7d
authored
Dec 12, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* make-dist: Distribute new build-aux files.
parent
f5011847
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+2
-0
make-dist
make-dist
+3
-1
No files found.
ChangeLog
View file @
89f01d7d
...
...
@@ -12,6 +12,8 @@
Instead of info/dir entries, check @dircategory in info/*.info.
* make-dist: Use `info' rule rather than `info-real'.
No more info/COPYING (not even the right license for info/ files).
Distribute new build-aux files.
* info/: Remove from repository.
2013-12-11 Glenn Morris <rgm@gnu.org>
...
...
make-dist
View file @
89f01d7d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment