head     1.4;
branch   ;
access   ;
symbols  ATH7_4:1.4 ATH7_6:1.4;
locks    ; strict;
comment  @# @;


1.4
date     92.06.01.17.11.52;  author lwvanels;  state Exp;
branches ;
next     1.3;

1.3
date     92.04.27.13.14.27;  author epeisach;  state Exp;
branches ;
next     1.2;

1.2
date     91.07.28.08.57.10;  author lwvanels;  state Exp;
branches ;
next     1.1;

1.1
date     91.07.28.08.56.25;  author lwvanels;  state Exp;
branches ;
next     ;


desc
@@


1.4
log
@add .so links for fxcl.3 man page.
@
text
@FXCL_LINKS= fx_open.3 fx_close.3 fx_create.3 fx_acl_add.3 fx_acl_del.3 \
fx_acl_list.3 fx_acl_list_destroy.3 fx_list.3 fx_list_destroy.3 paper_copy.3 \
fx_move.3 fx_copy.3 fx_delete.3

create_dir($(ATHMANDIR)/man1)
create_dir($(ATHMANDIR)/man3)

install_man(collect.1,collect.1)
install_man(fxblanche.1,fxblanche.1)
install_man(fxcreate.1,fxcreate.1)
install_man(fxdestroy.1,fxdestroy.1)
install_man(fxls.1,fxls.1)
install_man(fxoptions.1,fxoptions.1)
install_man(fxping.1,fxping.1)
install_man(fxpurge.1,fxpurge.1)
install_man(pickup.1,pickup.1)
install_man(return.1,return.1)
install_man(turnin.1,turnin.1)
install_man(uncollect.1,uncollect.1)
install_man(fxcl.3,fxcl.3)
install_man_links(fxcl.3,$(FXCL_LINKS))


clean::
	rm -f *~ *.PS

.SUFFIXES: .PS .1

.1.PS:
	rm -f $@@
	psroff -t -man $*.1 > $@@
@


1.3
log
@Make sure required directories exist before install
Insatll fxcl.3 man page
@
text
@d1 4
d21 1
@


1.2
log
@fixed spelling of "fxblanche"
@
text
@d1 2
a3 1

d16 1
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
install_man(fxblanche.1,fxblance.1)
@
