From 341e5a65a7b36e1f70ed9e6c2ae4f5b18c083b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 22:47:46 +0100 Subject: Doc work. --- doc/ref/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ref/Makefile') diff --git a/doc/ref/Makefile b/doc/ref/Makefile index 35dd6604..2232a70e 100644 --- a/doc/ref/Makefile +++ b/doc/ref/Makefile @@ -1,4 +1,4 @@ -TEXI_FILES := $(wildcard *.texi) +TEXI_FILES := $(shell find . -type f -name \*.texi) INFOFLAGS := all: calp.info -- cgit v1.2.3