22 lines
553 B
Plaintext
22 lines
553 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:42:50 cpqbld Exp $
|
|
XCOMM $XFree86: xc/doc/specs/rstart/Imakefile,v 1.3 2001/05/29 18:14:12 dawes Exp $
|
|
|
|
/*
|
|
* This is to allow building in symlink trees without trying to figure out
|
|
* if the version of groff uses/requires the -U flag to .so files outside
|
|
* of the current directory.
|
|
*/
|
|
|
|
MakeDepSimpleDoc(rstart,rstart.ms tmac.build, rstart.ms)
|
|
|
|
tmac.build: tmac.rfc
|
|
RemoveFile(tmac.build)
|
|
$(CP) tmac.rfc tmac.build
|
|
|
|
clean::
|
|
RemoveFile(tmac.build)
|
|
|
|
InstallRoffDoc(rstart)
|
|
InstallDoc(rstartd,rstartd.txt)
|
|
|