# title package specific rules # file make/Rules.lilymake.make $(outdir)/%: %.in rm -f $@ cat $< | $(sed-blurbs) > $@ # $(depth)/%.txt: check-doc-deps # $(depth)/%.txt: ## check-doc-deps # $(depth)/%.txt: do-top-doc $(depth)/%.txt: doc rm -f $@ ln `find ${depth}/Documentation -name ${@F} -print|head -1 ` $@ include $(depth)/make/substitute.make