# Generated automatically from Makefile.in by configure.
# Manual pages installation Makefile.
#
MANINSTCMD =	/home/jmason/hpux9/install -c -m 644 -c

# change MANEXT to .gz or .Z if you use compressed manpages.
MANEXT =	

MAN =		/usr/local/man
SHELL =		/bin/posix/sh

# Standard man install target.
#
install:
	for i in *.1; do $(MANINSTCMD) $$i $(MAN)/man1/$$i$(MANEXT); done
	for i in *.5; do $(MANINSTCMD) $$i $(MAN)/man5/$$i$(MANEXT); done
	for i in *.8; do $(MANINSTCMD) $$i $(MAN)/man8/$$i$(MANEXT); done

# Install man pages in compressed form.
#
install.zman:
	for i in *.1; do compress < $$i >_; $(MANINSTCMD) _ $(MAN)/man1.Z/$$i$(MANEXT); done
	for i in *.5; do compress < $$i >_; $(MANINSTCMD) _ $(MAN)/man5.Z/$$i$(MANEXT); done
	for i in *.8; do compress < $$i >_; $(MANINSTCMD) _ $(MAN)/man8.Z/$$i$(MANEXT); done
	rm -f _

all:
	true

clean:
	true
