9 lines
100 B
Makefile
9 lines
100 B
Makefile
export LC_ALL="de_DE.UTF-8"
|
|
|
|
.PHONY: doc
|
|
|
|
doc:
|
|
$(MAKE) -C doc singlehtml
|
|
$(MAKE) -C doc latexpdf
|
|
|