forked from kompetenzinventar/ki-doku
7 lines
74 B
Makefile
7 lines
74 B
Makefile
export LC_ALL="de_DE.UTF-8"
|
|
|
|
.PHONY: doc
|
|
|
|
doc:
|
|
$(MAKE) -C doc singlehtml
|