We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c781cb commit 3962166Copy full SHA for 3962166
Makefile
@@ -38,6 +38,7 @@ translations/$(LANGS:=.pot):
38
@for f in $(LANGS); do echo >> translations/$$f.po; done
39
@rm -f translations/*.pot
40
@${DUNE} clean ${DUNE_ARGS}
41
+ -rm -f ${INDEX_ODOC_PATH}
42
@DUMP_POT=1 ${DUNE} build ${DUNE_ARGS} -j 1
43
@for f in $(LANGS); do \
44
mv translations/$$f.pot translations/$$f.pot.bak; \
0 commit comments