Check-in by ben on 2024-10-06 21:49:51

Normalize indentation in make.sh

 INSERTED    DELETED
       17         17 make.sh
       17         17 TOTAL over 1 changed file

Index: make.sh
==================================================================
--- make.sh
+++ make.sh
@@ -10,27 +10,27 @@
    m4 $in >$out && chmod a+rx $out
}

# PLAIN
for f in index.gph              \
-       account/index.dcgi      \
-       audio/index.gph         \
-       books/index.gph         \
-       images/index.gph        \
-       details/index.dcgi      \
-       download/index.dcgi     \
-       list/index.dcgi         \
-       lists/index.dcgi        \
-       listsort/index.dcgi     \
-        raw/index.cgi           \
-       search/index.dcgi       \
-       software/index.gph      \
-       sort/index.dcgi         \
-       video/index.gph         \
-        wizard/step1/index.dcgi \
-        wizard/step2/index.dcgi \
-        wizard/step3/index.dcgi
+    account/index.dcgi      \
+    audio/index.gph         \
+    books/index.gph         \
+    images/index.gph        \
+    details/index.dcgi      \
+    download/index.dcgi     \
+    list/index.dcgi         \
+    lists/index.dcgi        \
+    listsort/index.dcgi     \
+    raw/index.cgi           \
+    search/index.dcgi       \
+    software/index.gph      \
+    sort/index.dcgi         \
+    video/index.gph         \
+    wizard/step1/index.dcgi \
+    wizard/step2/index.dcgi \
+    wizard/step3/index.dcgi
do
    build $SRC ${SRC}/${f}.m4 ${DESTDIR}/$f
done

# WEIRD