home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
man
/
Makefile.in
< prev
Wrap
Makefile
|
1996-09-28
|
623b
|
28 lines
# Manual pages
#
# Copyright (c) 1996 Systems Architecture Research Centre,
# City University, London, UK.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
prefix= @prefix@
srcdir= @srcdir@
mandir= @mandir@
INSTALL= @INSTALL@
INSTALL_DATA= ${INSTALL} -m 644
all:
clean:
distclean:
rm -f Makefile
install:
test -d $(mandir) || mkdir -p $(mandir)
test -d $(mandir)/man1 || mkdir -p $(mandir)/man1
$(INSTALL_DATA) $(srcdir)/kaffe.1 $(mandir)/man1/kaffe.1