mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 04:53:57 +01:00
make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
172f7fac01
commit
f5c43f706a
54 changed files with 134 additions and 137 deletions
|
|
@ -307,7 +307,7 @@ test:
|
|||
cfgtest: cfgtest.done
|
||||
|
||||
#%.clean:
|
||||
# rm -rf $(OUT).%.zip
|
||||
# $(RM) -rf $(OUT).%.zip
|
||||
|
||||
dirs.done:
|
||||
mkdir -p $(NEWDIRS)
|
||||
|
|
@ -352,7 +352,7 @@ TEX4HT_FIRST_LATEX_LINE = \
|
|||
|
||||
$(HTMLDIR): $(LATEX_INPUT) $(HTML_INPUT)
|
||||
test $(MAIN) != index
|
||||
rm -rf $@
|
||||
$(RM) -rf $@
|
||||
mkdir -p $@
|
||||
latex $(TEX4HT_FIRST_LATEX_LINE) $(MAIN)
|
||||
latex $(TEX4HT_FIRST_LATEX_LINE) $(MAIN)
|
||||
|
|
@ -405,7 +405,7 @@ html_install: $(HTMLDIR)
|
|||
|
||||
clean:
|
||||
@echo "-- cleaning up ..."
|
||||
rm -rf *.maf *.mtc *.mtc0 *.ptc1 \
|
||||
$(RM) -rf *.maf *.mtc *.mtc0 *.ptc1 \
|
||||
*.aux *.toc *.dvi *.pdf *.ps *~ *.log *.done *.rep *.nav *.snm *.tdo \
|
||||
*.4ct *.4tc *.4of *.4oo *.4os *.4og */*.4og *.css *.html *.idv *.lg *.xref *.odt \
|
||||
*.lol *.bak *.idx *.ilg *.ind *.out *.brf .\#* \#* *.vrb \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue