diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-09-12 10:24:03 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-09-12 10:24:03 +0200 |
commit | 512ab8a14712b9b39376ea0b909ca00e85d0ce58 (patch) | |
tree | 7a22003a373066bd0e6334034160e4f72669b13f /docs | |
parent | eed68bd0b0321317093d1c93e56f25204a9adead (diff) |
build: Use git.mk.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 4 | ||||
-rw-r--r-- | docs/reference/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index d66fc29..372c2a7 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1 +1,3 @@ -SUBDIRS=reference
\ No newline at end of file +SUBDIRS=reference + +-include $(top_srcdir)/git.mk diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index f1729f5..987d053 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -4,3 +4,5 @@ SUBDIRS = if BUILD_GTK_DOC SUBDIRS += ytstenut endif + +-include $(top_srcdir)/git.mk |