Build complete songbook
This commit is contained in:
2
makefile
2
makefile
@ -10,7 +10,7 @@ SRC_EXTENSION := .cho
|
||||
SONG_CHO := $(foreach dir,$(SRC_DIR),$(wildcard $(dir)/*$(SRC_EXTENSION)))
|
||||
SONG_PDF := $(patsubst %$(SRC_EXTENSION),%.pdf,$(SONG_CHO))
|
||||
SONG_HTML := $(patsubst %$(SRC_EXTENSION),%.html,$(SONG_CHO))
|
||||
SONGBOOK := songbook.pdf
|
||||
SONGBOOK := content/songbook.pdf
|
||||
|
||||
.DEFAULT_GOAL := pdf
|
||||
|
||||
|
Reference in New Issue
Block a user