Makefile.am: Fix typos.

This commit is contained in:
AwesomeAdam54321 2024-03-10 15:45:45 +08:00
parent 5064a34d54
commit 78b37e2fd3

View file

@ -104,8 +104,8 @@ foundation_test_files = \
inweb_SOURCES = $(inweb_files:.nw=.cc) 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)