fjernet unødvendige echo-kald
This commit is contained in:
parent
a28f76e394
commit
005ab594c0
5
Makefile
5
Makefile
|
@ -16,13 +16,10 @@ out tmp :
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
out/%.org out/%.tex out/%.pdf out/%.html : tmp/$$(notdir $$@) | out
|
out/%.org out/%.tex out/%.pdf out/%.html : tmp/$$(notdir $$@) | out
|
||||||
mkdir -p $(@D)
|
mkdir -p $(@D)
|
||||||
echo $@
|
|
||||||
echo out/$(basename $(notdir $@))
|
|
||||||
echo $(notdir $@) out/$(basename $(notdir $<)) $<
|
|
||||||
cp $< out/$(basename $(notdir $<))
|
cp $< out/$(basename $(notdir $<))
|
||||||
|
|
||||||
tmp/%.org : org/%.org | tmp
|
tmp/%.org : org/%.org | tmp
|
||||||
cp $< tmp/
|
cp $< $@
|
||||||
sed -i '1i#+SETUPFILE: ../setup.org' $@
|
sed -i '1i#+SETUPFILE: ../setup.org' $@
|
||||||
|
|
||||||
tmp/%.tex : tmp/%.org | tmp
|
tmp/%.tex : tmp/%.org | tmp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user