Am 25.05.2009, 00:21 Uhr, schrieb Henning Plumeyer <h.plume...@web.de>:


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
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to