Skip to content
Snippets Groups Projects
Commit 7cf73b0a authored by Martin Mareš's avatar Martin Mareš
Browse files

Makerules: Fix chapters with dashes in their names

parent 1074fdfb
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ export TEXINPUTS=.:$(TOP)/tex//: ...@@ -6,7 +6,7 @@ export TEXINPUTS=.:$(TOP)/tex//:
FULL:=$(shell basename `pwd`) FULL:=$(shell basename `pwd`)
# Main file name: only the YYY part # Main file name: only the YYY part
MAIN:=$(shell echo $(FULL) | cut -d- -f2) MAIN:=$(shell echo $(FULL) | cut -d- -f2-)
all: $(MAIN).pdf sync-view all: $(MAIN).pdf sync-view
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment