summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67a9268)
raw | patch | inline | side by side (parent: 67a9268)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 19 Dec 2008 16:16:35 +0000 (17:16 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 19 Dec 2008 16:16:35 +0000 (17:16 +0100) |
Else, the build output would include the word "error" in a cryptically looking
paragraph which might confuse users.
paragraph which might confuse users.
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 47268f51f9f2442c01a074a281903a1c18a77b23..1b46b9ba9e3fa12fae3d8f6d5990af931a7819ab 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
.pod.1:
pod2man --release=$(VERSION) --center=$(PACKAGE) $< \
>.pod2man.tmp 2>/dev/null && mv -f .pod2man.tmp $@ || true
- if grep '\<POD ERRORS\>' $@ >/dev/null 2>&1; \
+ @if grep '\<POD ERRORS\>' $@ >/dev/null 2>&1; \
then \
echo "$@ has some POD errors!"; false; \
fi
.pod.5:
pod2man --section=5 --release=$(VERSION) --center=$(PACKAGE) $< \
>.pod2man.tmp 2>/dev/null && mv -f .pod2man.tmp $@ || true
- if grep '\<POD ERRORS\>' $@ >/dev/null 2>&1; \
+ @if grep '\<POD ERRORS\>' $@ >/dev/null 2>&1; \
then \
echo "$@ has some POD errors!"; false; \
fi