shuffle some more
This commit is contained in:
parent
9623472019
commit
68ad82503e
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
# a list of all used commands
|
# a list of all used commands (they have to be in your PATH)
|
||||||
LILYPOND = lilypond
|
LILYPOND = lilypond
|
||||||
LUALATEX = lualatex
|
LUALATEX = lualatex
|
||||||
MAKEINDEX = makeindex
|
MAKEINDEX = makeindex
|
||||||
@ -11,7 +11,7 @@ PSBOOK = psbook
|
|||||||
PSTOPS = pstops
|
PSTOPS = pstops
|
||||||
PSNUP = psnup
|
PSNUP = psnup
|
||||||
PS2PDF = ps2pdf
|
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
|
RM = rm
|
||||||
MKDIR = mkdir
|
MKDIR = mkdir
|
||||||
CD = cd
|
CD = cd
|
||||||
|
Loading…
Reference in New Issue
Block a user