From 416e3ddb12622a25712f8c605650319870c90025 Mon Sep 17 00:00:00 2001 From: WSJ Date: Tue, 22 Nov 2022 18:06:40 -0400 Subject: [PATCH] only include m4 files as dep for unix/index.html --- wiki/.gitignore | 1 + wiki/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 wiki/.gitignore diff --git a/wiki/.gitignore b/wiki/.gitignore new file mode 100644 index 0000000..e5af9ee --- /dev/null +++ b/wiki/.gitignore @@ -0,0 +1 @@ +/unix/index.html diff --git a/wiki/Makefile b/wiki/Makefile index 772e1c4..9c05f58 100644 --- a/wiki/Makefile +++ b/wiki/Makefile @@ -1,5 +1,5 @@ all: unix/index.html -unix/index.html: unix/* +unix/index.html: unix/*.m4 $(MAKE) -C unix clean: $(MAKE) -C unix clean