ref: 88238de7b3307a1b02a7d2c87883be5b3a2f5539
parent: ff639e8ab3e1a0fb72631f98ad1a049c266ddcf2
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Jan 3 15:16:36 EST 2022
removes "files" build rule
--- a/mkfile
+++ b/mkfile
@@ -9,7 +9,7 @@
dfmt='WW, D MMM YY hh:mm:ss ZZZ'
year=`{date -f YYYY | tr -d $nl}
-build:QV: changeblog.ht $OBJECTS pub/index.html pub/changeblog.xml pub/changeblog.plain.xml pub/changeblog/changeblog.pdf pub/files/head.html pub/files/foot.html
+build:QV: changeblog.ht $OBJECTS pub/index.html pub/changeblog.xml pub/changeblog.plain.xml pub/changeblog/changeblog.pdf
echo 'Build complete'
prepare:QV: changeblog.ht
@@ -142,10 +142,6 @@
if(! test -d $dirpart)
mkdir -p $dirpart
cat $prereq | sed -e 's:PAGETITLE:'^$stem^':g' > pub/$stem/index.html
- echo '√ '^$target
-
-pub/files/%.html:QV: %.htf
- sed -e 's:PAGETITLE:files:g' $prereq > $target
echo '√ '^$target
deploy:QV: