shithub: sirjofri_de_docs

Download patch

ref: 212c3cc425b432554d071dbee201de6363d88438
parent: c88504baeaaf2dc0c8ba26c9b2855ea815acb32a
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Feb 2 08:05:58 EST 2026

adds common files

binary files /dev/null b/common/allover.png differ
--- a/mkfile
+++ b/mkfile
@@ -1,7 +1,7 @@
 files=`{ls *.ht}
 softs=`{ls softs/*.sed}
 
-all:V: ${files:%.ht=out/%.html} out/index.html
+all:V: ${files:%.ht=out/%.html} out/index.html copycommon
 
 clean:V:
 	rm index.ht
@@ -17,3 +17,7 @@
 		}
 		cat frag/index1.htf
 	}
+
+copycommon:V:
+	mkdir -p out/common
+	cp common/* out/common
--