shuffle some more

This commit is contained in:
Sebastian Hugentobler 2015-12-01 11:45:52 +01:00
parent 9623472019
commit 68ad82503e

View File

@ -1,6 +1,6 @@
SHELL = /bin/sh
# a list of all used commands
# a list of all used commands (they have to be in your PATH)
LILYPOND = lilypond
LUALATEX = lualatex
MAKEINDEX = makeindex
@ -11,7 +11,7 @@ PSBOOK = psbook
PSTOPS = pstops
PSNUP = psnup
PS2PDF = ps2pdf
SED = sed # do not use in-place editing for compatibility between different sed versions
SED = sed # do not use in-place editing for compatibility between different sed versions
RM = rm
MKDIR = mkdir
CD = cd