fjernet unødvendige echo-kald

This commit is contained in:
Christoffer Müller Madsen 2017-10-04 16:45:19 +02:00
parent a28f76e394
commit 005ab594c0

View File

@ -16,13 +16,10 @@ out tmp :
.SECONDEXPANSION:
out/%.org out/%.tex out/%.pdf out/%.html : tmp/$$(notdir $$@) | out
mkdir -p $(@D)
echo $@
echo out/$(basename $(notdir $@))
echo $(notdir $@) out/$(basename $(notdir $<)) $<
cp $< out/$(basename $(notdir $<))
tmp/%.org : org/%.org | tmp
cp $< tmp/
cp $< $@
sed -i '1i#+SETUPFILE: ../setup.org' $@
tmp/%.tex : tmp/%.org | tmp