summaryrefslogtreecommitdiff
path: root/sendto/docs
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-26 15:26:26 +0200
committerStefano Karapetsas <[email protected]>2013-10-26 15:26:26 +0200
commit854be5aae287e8aabe1556e1d08e40cb6f15cb90 (patch)
tree985aa2487f166206c49fb267bca0209ee950431a /sendto/docs
parent653d8260acca8ef771e88398a496a5e91eb13b8e (diff)
downloadcaja-extensions-854be5aae287e8aabe1556e1d08e40cb6f15cb90.tar.bz2
caja-extensions-854be5aae287e8aabe1556e1d08e40cb6f15cb90.tar.xz
Fix make dist and make distcheck
Diffstat (limited to 'sendto/docs')
-rw-r--r--sendto/docs/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/sendto/docs/Makefile.am b/sendto/docs/Makefile.am
index 830ec37..20f6768 100644
--- a/sendto/docs/Makefile.am
+++ b/sendto/docs/Makefile.am
@@ -22,7 +22,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# 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=../../src
+DOC_SOURCE_DIR=../
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -49,8 +49,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/*.h
-CFILE_GLOB=$(top_srcdir)/src/*.c
+HFILE_GLOB=$(top_srcdir)/sendto/*.h
+CFILE_GLOB=$(top_srcdir)/sendto/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
@@ -74,8 +74,8 @@ expand_content_files=
# signals and properties.
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-GTKDOC_CFLAGS=$(CAJA_SENDTO_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/src/libnstplugin.la
+GTKDOC_CFLAGS=$(SENDTO_CFLAGS)
+GTKDOC_LIBS=$(top_builddir)/sendto/libnstplugin.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
@@ -92,9 +92,9 @@ EXTRA_DIST += version.xml.in
# Comment this out if you want your docs-status tested during 'make check'
#TESTS = $(GTKDOC_CHECK)
-if ENABLE_GTK_DOC
-TESTS_ENVIRONMENT = cd $(srcdir) &&
-TESTS = $(GTKDOC_CHECK)
-endif
+#if ENABLE_GTK_DOC
+#TESTS_ENVIRONMENT = cd $(srcdir) &&
+#TESTS = $(GTKDOC_CHECK)
+#endif