Makefile.am: Re-indent the file lists.

This commit is contained in:
AwesomeAdam54321 2024-03-10 15:44:27 +08:00
parent 7757f5f9ac
commit 5064a34d54

View file

@ -14,7 +14,8 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
bin_PROGRAMS = inweb
inweb_files = Preliminaries/How_This_Program_Works.nw \
inweb_files = \
Preliminaries/How_This_Program_Works.nw \
Chapter_1/Assets_Plugins_and_Colour_Schemes.nw \
Chapter_1/Basics.nw \
Chapter_1/Configuration.nw \
@ -53,7 +54,8 @@ inweb_files = Preliminaries/How_This_Program_Works.nw \
Chapter_6/Makefiles.nw \
Chapter_6/Readme_Writeme.nw
foundation = foundation-module/Preliminaries/A_Brief_Guide_to_Foundation.nw \
foundation_files = \
foundation-module/Preliminaries/A_Brief_Guide_to_Foundation.nw \
foundation-module/Chapter_1/Foundation_Module.nw \
foundation-module/Chapter_1/POSIX_Platforms.nw \
foundation-module/Chapter_2/Debugging_Log.nw \
@ -96,7 +98,8 @@ foundation = foundation-module/Preliminaries/A_Brief_Guide_to_Foundation.nw \
foundation-module/Chapter_8/Web_Modules.nw \
foundation-module/Chapter_8/Web_Structure.nw
foundation_test_files = foundation-test/Sections/Program_Control.nw \
foundation_test_files = \
foundation-test/Sections/Program_Control.nw \
foundation-test/Sections/Unit_Tests.nw
inweb_SOURCES = $(inweb_files:.nw=.cc)