Skip to content
Snippets Groups Projects
Commit 7c13e515 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed a few more bugs in the install target.

Rev: src/Makefile.in:1.120
parent 9349d42a
No related branches found
No related tags found
No related merge requests found
#
# $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,7 +320,7 @@ install: pike hilfe pike-module aclocal
@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"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment