summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-11-13 16:24:45 -0800
committerDave Beckett <dave@dajobe.org>2011-11-13 16:24:45 -0800
commit5015fb1013528df88975aaa86adcdea3b00ff8bc (patch)
tree7a34f4d791b389f7334d9db068e73fbc04bf2295
parent7c832ef6265ed021396e24fb8393b8930bbe07b4 (diff)
downloadraptor-5015fb1013528df88975aaa86adcdea3b00ff8bc.tar.gz
Ignore git-version.h
-rw-r--r--docs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9061a027..d1fdbe83 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -69,7 +69,8 @@ IGNORE_HFILES= \
turtle_common.h \
turtle_lexer.h \
turtle_parser.h \
- win32_raptor_config.h
+ win32_raptor_config.h \
+ git-version.h
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.