diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-15 14:34:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-15 14:34:06 +0200 |
commit | 04fb63514d1c98fdf9c9549639a1f6d9812444ac (patch) | |
tree | 991338288214cd5e1a32b04842cf07518ca134f1 /docs | |
parent | 473dca4ac1b1b01561531e2884165ed1936cfd61 (diff) | |
download | systemd-04fb63514d1c98fdf9c9549639a1f6d9812444ac.tar.gz |
build-sys: fix build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gudev/Makefile.am | 2 | ||||
-rw-r--r-- | docs/libudev/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index a592afa66f..586dd8d190 100644 --- a/docs/gudev/Makefile.am +++ b/docs/gudev/Makefile.am @@ -87,7 +87,7 @@ GTKDOC_LIBS = \ $(top_builddir)/libgudev-1.0.la # This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make +include $(top_srcdir)/docs/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index 4f0d19650a..f9365b3fd0 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -81,7 +81,7 @@ GTKDOC_CFLAGS= GTKDOC_LIBS= # This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make +include $(top_srcdir)/docs/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in |