shuffle some more
This commit is contained in:
parent
9623472019
commit
68ad82503e
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user