pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-29
1998-09-29 16:51:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7c13e51576949dd3bc2297572170645f402536f8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few more bugs in the install target.
Rev: src/Makefile.in:1.120
1:
#
-
# $Id: Makefile.in,v 1.
119
1998/09/29
14
:
30
:
19
grubba Exp $
+
# $Id: Makefile.in,v 1.
120
1998/09/29
16
:
51
:
03
grubba Exp $
# # This line is needed on some machines.
320:
@if [ -d "$(MANDIR_SRC)/." ]; then \ echo ; echo "Installing manual pages..."; \ for f in `cd "$(MANDIR_SRC)/"; echo *.1`; do \
-
dest
=
"$(man_prefix)/man1/$$f"; \
+
dest="$(man_prefix)/man1/$$f"; \
if cmp "$$dest" "$(MANDIR_SRC)/$$f" >/dev/null 2>&1 ; \ then : ; else \ echo "$$dest"; \