summaryrefslogtreecommitdiff
path: root/doc/ThornGuide
diff options
context:
space:
mode:
authorswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-27 12:02:14 +0000
committerswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-27 12:02:14 +0000
commite550a14b85001e57fdd4ee65bfdfb272d0254735 (patch)
tree542edeafb691efff5180ef1f5b16d32d571b4230 /doc/ThornGuide
parent72ba1ed6294e3904b2f7a491b4a0718efcd0f522 (diff)
Patch application
Tue Aug 23 08:26:52 CDT 2005 [Patches] Correctly report ThornGuide log directory As discussed in CactusMaint Wed, 14 Sep 2005 git-svn-id: http://svn.cactuscode.org/flesh/trunk@4154 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ThornGuide')
-rw-r--r--doc/ThornGuide/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ThornGuide/Makefile b/doc/ThornGuide/Makefile
index ab7dc677..24f204ab 100644
--- a/doc/ThornGuide/Makefile
+++ b/doc/ThornGuide/Makefile
@@ -57,10 +57,10 @@ $(MASTER_FILE).dvi: $(MASTER_FILE).tex
-latex $< < /dev/null 2>&1 | tee LOG_LATEX_FULL_MSGS | grep -v Underfull | grep -v Overfull | grep -v OT1 > LOG_LATEX_MSGS
if test -e "$@"; then \
if grep "^\! " "LOG_LATEX_FULL_MSGS"; then \
- echo " Problem in $<. See doc/ThornGuide/build/LOG_LATEX_* ."; \
+ echo " Problem in $<. See $(DOCBUILDDIR)/LOG_LATEX_* ."; \
exit 1; \
elif grep "^LaTeX Warning:" "LOG_LATEX_FULL_MSGS"; then \
- echo " Warnings in $<. See doc/ThornGuide/build/LOG_LATEX_* ."; \
+ echo " Warnings in $<. See $(DOCBUILDDIR)/LOG_LATEX_* ."; \
exit 0; \
fi; \
else \