File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install: ${CONTRIBUTION}.tds.zip
2222 has to be consulted afterward."
2323
2424uninstall :
25- # don't remove everything
25+ # todo: don't remove everything
2626 rm -rf ${INSTALL_PATH}
2727
2828upload : ${FILE}
@@ -32,18 +32,16 @@ build: ${CONTRIBUTION}.pdf
3232
3333clean :
3434 latexmk -c 2> /dev/null
35- rm -f lua.idx lua.ilg lua.ind
3635
37- clean-all : clean
36+ clean-all :
37+ latexmk -C 2> /dev/null
3838 rm -f ${FILE}
3939 rm -f ${CONTRIBUTION} .tds.zip
4040
4141${CONTRIBUTION}.pdf : ${CONTRIBUTION}.tex
4242 @echo " Creating documentation PDF"
4343 lualatex -shell-escape ${CONTRIBUTION} .tex > /dev/null
4444 makeindex -s gind.ist ${CONTRIBUTION} .idx 2> /dev/null
45- # makeindex -s gind.ist lua.idx 2> /dev/null
46- # makeindex -s gglo.ist -o ${CONTRIBUTION}.gls ${CONTRIBUTION}.glo 2> /dev/null
4745 lualatex -shell-escape ${CONTRIBUTION} .tex > /dev/null
4846
4947${FILE} : ${CONTRIBUTION}.pdf
You can’t perform that action at this time.
0 commit comments