From 78b37e2fd3eebb2eeef7d2ea3971d222ed601885 Mon Sep 17 00:00:00 2001 From: AwesomeAdam54321 Date: Sun, 10 Mar 2024 15:45:45 +0800 Subject: [PATCH] Makefile.am: Fix typos. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f47ff18..be0ee81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,8 +104,8 @@ foundation_test_files = \ inweb_SOURCES = $(inweb_files:.nw=.cc) -html: $(inweb_files:.nw=.html) $(foundation:.nw:.html) +html: $(inweb_files:.nw=.html) $(foundation_files:.nw=.html) -pdf: $(inweb_files:.nw=.pdf) $(foundation:.nw:.pdf) +pdf: $(inweb_files:.nw=.pdf) $(foundation:.nw=.pdf)