diff options
| author | Stefano Karapetsas <[email protected]> | 2013-10-26 15:26:26 +0200 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-10-26 15:26:26 +0200 | 
| commit | 854be5aae287e8aabe1556e1d08e40cb6f15cb90 (patch) | |
| tree | 985aa2487f166206c49fb267bca0209ee950431a /sendto | |
| parent | 653d8260acca8ef771e88398a496a5e91eb13b8e (diff) | |
| download | caja-extensions-854be5aae287e8aabe1556e1d08e40cb6f15cb90.tar.bz2 caja-extensions-854be5aae287e8aabe1556e1d08e40cb6f15cb90.tar.xz  | |
Fix make dist and make distcheck
Diffstat (limited to 'sendto')
| -rw-r--r-- | sendto/Makefile.am | 4 | ||||
| -rw-r--r-- | sendto/docs/Makefile.am | 18 | 
2 files changed, 11 insertions, 11 deletions
diff --git a/sendto/Makefile.am b/sendto/Makefile.am index 030b731..da88b03 100644 --- a/sendto/Makefile.am +++ b/sendto/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = docs plugins +SUBDIRS = . docs plugins  AM_CPPFLAGS =					\  	-DDATADIR=\"$(datadir)\"		\ @@ -79,4 +79,4 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)  man_MANS = caja-sendto.1  EXTRA_DIST = $(ui_DATA) $(man_MANS) caja-sendto.pc.in $(convert_DATA) $(gsettingsschema_in_files) -CLEANFILES = $(nst_built_headers) $(nst_built_cfiles) +CLEANFILES = $(nst_built_headers) $(nst_built_cfiles) $(gsettings_SCHEMAS) 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  | 
