Am 25.05.2009, 00:21 Uhr, schrieb Henning Plumeyer <[email protected]>:
I don't know what
$(LILY_CMD) $<; \
means, but the two if statements seem to check if there are any pdf or
midi files around and then move them to their directories.
On Windows this can be achieved as follows:
if exist *.pdf move "*.pdf" PDF/
if exist *.midi move "*.pdf" MIDI/
If it has to be on one line:
if exist *.pdf move "*.pdf" PDF/ & if exist *.midi move "*.pdf" MIDI/
Henning
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel