X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fudev%2Fdocs%2FMakefile.am;fp=src%2Fudev%2Fsrc%2Fdocs%2FMakefile.am;h=7cd4f9742c862de1b916dde203efe9658bc3b521;hp=07d06eb14fb1827ad83aeef0cb554ac8e50a682f;hb=3e2147858f21943d5f4a781c60f33ac22c6096ed;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/src/udev/src/docs/Makefile.am b/src/udev/docs/Makefile.am similarity index 96% rename from src/udev/src/docs/Makefile.am rename to src/udev/docs/Makefile.am index 07d06eb14..7cd4f9742 100644 --- a/src/udev/src/docs/Makefile.am +++ b/src/udev/docs/Makefile.am @@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=$(top_srcdir)/src +DOC_SOURCE_DIR=$(top_srcdir)/src/udev # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= @@ -48,8 +48,8 @@ FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(top_srcdir)/src/libudev*.h -CFILE_GLOB=$(top_srcdir)/src/libudev*.c +HFILE_GLOB=$(top_srcdir)/src/udev/libudev*.h +CFILE_GLOB=$(top_srcdir)/src/udev/libudev*.c # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h