Skip to content

Commit

Permalink
Reduce the great torrent of junk on stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
apmasell committed Dec 15, 2014
1 parent 6e4f71e commit b226a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index.tex: ${TEXDIRS}
${genbigls} $^

Recipe.pdf: dirs index.tex RecipeMain.tex CoverLogo.pdf $(foreach file, $(wildcard */*.svg), $(addsuffix .pdf, $(basename $(file))))
pdflatex Recipe && makeindex Recipe && pdflatex Recipe
pdflatex -interaction=batchmode Recipe && makeindex -q Recipe && pdflatex -interaction=batchmode Recipe

RecipeEbook.pdf: dirs index.tex RecipeMain.tex CoverLogo.pdf $(foreach file, $(wildcard */*.svg), $(addsuffix .pdf, $(basename $(file))))
pdflatex RecipeEbook && makeindex RecipeEbook && pdflatex RecipeEbook
Expand Down
2 changes: 1 addition & 1 deletion subMakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TEXFILES=$(wildcard *.tex)
TEXFILES=$(filter-out index.tex, $(wildcard *.tex))

index.tex: ${TEXFILES}
${genls}
Expand Down

0 comments on commit b226a5d

Please sign in to comment.