Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e6124927
Commit
e6124927
authored
May 11, 2012
by
Glenn Morris
Browse files
* Makefile.in (install-arch-indep): Use INSTALL_DATA for the DOC file.
parent
a873f274
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
ChangeLog
ChangeLog
+1
-0
Makefile.in
Makefile.in
+4
-3
No files found.
ChangeLog
View file @
e6124927
2012-05-11 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-arch-indep): There are no more Makefile.c files.
Use INSTALL_DATA for the DOC file.
2012-05-10 Glenn Morris <rgm@gnu.org>
...
...
Makefile.in
View file @
e6124927
...
...
@@ -455,6 +455,8 @@ MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
### Install the executables that were compiled specifically for this machine.
### It would be nice to do something for a parallel make
### to ensure that install-arch-indep finishes before this starts.
### (TODO Why would it be nice? Why not just make this depend on
### install-arch-indep then?)
install-arch-dep
:
mkdir
(
cd
lib-src
;
\
$(MAKE)
install
$(MFLAGS)
prefix
=
${prefix}
\
...
...
@@ -579,11 +581,10 @@ install-arch-indep: mkdir info install-etc
docfile
=
"DOC"
;
\
fi
;
\
echo
"Copying etc/
$
${docfile}
to
$(DESTDIR)${docdir}
..."
;
\
(
cd
./etc
;
tar
-chf
-
$
${docfile}
)
\
|
(
cd
$(DESTDIR)${docdir}
;
umask
022
;
tar
-xvf
-
&&
cat
>
/dev/null
)
||
exit
1
;
\
${INSTALL_DATA}
etc/
$
${docfile}
$(DESTDIR)${docdir}
/
$
${docfile}
;
\
(
cd
$(DESTDIR)$(docdir)
;
\
$(set_installuser)
;
\
chown
$
${installuser}
DOC
*
;
chmod
a+r DOC
*
;
\
chown
$
${installuser}
DOC
*
;
\
if
test
"
`
echo
DOC-
*
`
"
!=
"DOC-*"
;
then
rm
-f
DOC
;
fi
)
;
\
else
true
;
fi
-
unset
CDPATH
;
\
...
...
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