#:ts=8
#
# $Id$
#
# Makefile CNCL doc/info
#
TOPDIR	= ../..

include $(TOPDIR)/make.conf


TEXI = arrays.texi cncl.texi container.texi eval.texi events.texi ezd.texi\
       fuzzy.texi manage.texi misc.texi random.texi template.texi unix.texi

INFO = cncl.info


all:	$(INFO)

cncl.info:	$(TEXI)
	makeinfo cncl.texi

clean::
	rm -f *.aux *.log *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs
	rm -f *.toc *.tp *.tps *.vr *.vrs

veryclean::
	rm -f *.aux *.log *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs
	rm -f *.toc *.tp *.tps *.vr *.vrs
	rm -f cncl.info*

install:
	cp cncl.info* $(infodir)

tests:

include $(TOPDIR)/make.common
