# Documentation/Makefile

depth = ..
NAME = documentation
SUBDIRS = include man pictures topdocs test
STEPMAKE_TEMPLATES=documentation
README_TOP_FILES=ANNOUNCE-1.22 NEWS TODO
BLURBS= BLURB # COPERTINA FLAPTEKST
INFO_FILES = $(wildcard $(outdir)/$(package).info*)

include $(depth)/make/stepmake.make 

default: refman.yo do-doc
	true	# urg

%.yo: $(outdir)/%.yo
	ln -f $< $@

check-include-deps:
	$(MAKE) -C include

refman.yo: refman.yo.in check-include-deps

$(outdir)/topinfo.texinfo: refman.yo

$(outdir)/INSTALL.txt: check-include-deps
$(outdir)/INSTALL.html: check-include-deps

info: $(outdir)/$(package).info

