diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-08-17 09:36:49 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-08-17 09:36:49 +0200 |
commit | e1b836027640829f8a1956eb52b4acf42b169395 (patch) | |
tree | 80a6498490c3800afed13b3c22086d3fd5cfc4b8 /cfg.mk | |
parent | 972eee8cba6ba84b968933757d4a0b013705c6ab (diff) | |
download | gnutls-e1b836027640829f8a1956eb52b4acf42b169395.tar.gz |
Fix syntax-check nits.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ exclude_file_name_regexp--sc_prohibit_doubled_word = ^tests/rsa-md5-collision/RE exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^tests/nist-pkits/gnutls-nist-tests.html exclude_file_name_regexp--sc_space_tab = ^doc/.*.(pdf|png)|tests/nist-pkits/|tests/suite/x509paths/ exclude_file_name_regexp--sc_two_space_separator_in_usage = ^doc/cha-programs.texi|tests/sha2/sha2|tests/sha2/sha2-dsa$$ +exclude_file_name_regexp--sc_error_message_period = ^src/crywrap/crywrap.c$$ +exclude_file_name_regexp--sc_error_message_uppercase = ^doc/examples/ex-cxx.cpp|guile/src/extra.c|src/certtool.c|src/crywrap/crywrap.c|tests/pkcs12_encode.c$$ autoreconf: for f in $(PODIR)/*.po.in; do \ |