Codebase list telepathy-glib / 860832b
Don't check documentation completeness in this stable branch To be reverted in the 0.21 branch. Simon McVittie 11 years ago
1 changed file(s) with 2 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
141141 echo "$$file missing from telepathy-glib-docs.sgml"; \
142142 err=1; \
143143 fi; \
144 done; \
145 case $(enable_fatal_warnings)/$$err in \
146 (yes/1) \
147 echo "Documentation check failed" >&2; \
148 exit $$err; \
149 ;; \
150 (*) \
151 exit 0; \
152 ;; \
153 esac
144 done
154145 endif
146 # ... but don't fail on incomplete documentation, this is a stable branch