home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume3
/
hyphen
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1986-11-30
|
211 b
|
9 lines
BIN=/usr/bin/
LIB=/usr/lib/
MAN=/usr/man/man1
install:
sed -e 's@$$(LIB)@$(LIB)@' <hyphen.sh >hyphen
install -m 555 hyphen $(BIN)
install -c -m 555 hyphen.lib $(LIB)hyphen
install -c -m 444 hyphen.1 $(MAN)