diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-04-17 21:38:08 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-04-17 21:38:08 -0400 |
commit | 6a534c8643a24af997795a0a6027b791a19194de (patch) | |
tree | 638eff2fb57f009bdff2d326402ff0de1745018a /doc | |
parent | b4b3c644fd51611ef4abdc24aa414b4b8d95f722 (diff) |
Add git.mk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/openi18n/Makefile.am | 2 | ||||
-rw-r--r-- | doc/reference/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2801754..6f469f0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,3 +7,5 @@ ctlseqs.ps: ctlseqs.ms ctlseqs.txt: ctlseqs.ms tbl $^ | nroff -c -ms > $@ + +-include $(top_srcdir)/git.mk diff --git a/doc/openi18n/Makefile.am b/doc/openi18n/Makefile.am index 9c491a9..3397415 100644 --- a/doc/openi18n/Makefile.am +++ b/doc/openi18n/Makefile.am @@ -3,3 +3,5 @@ EXTRA_DIST = UTF-8.txt wrap.txt LIBS= noinst_PROGRAMS = cursor cursor_SOURCES = cursor.c + +-include $(top_srcdir)/git.mk diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b2d07a0..56433bd 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -79,3 +79,5 @@ TESTS += check-doc-syntax.sh EXTRA_DIST += check-doc-coverage.sh check-doc-syntax.sh TESTS_ENVIRONMENT = srcdir="$(srcdir)" top_srcdir="$(top_srcdir)" MAKE="$(MAKE) $(AM_MAKEFLAGS)" DOC_MODULE="$(DOC_MODULE)" REPORT_FILES="$(REPORT_FILES)" + +-include $(top_srcdir)/git.mk |