tracker r2300 - in trunk: . docs/design docs/manpages docs/reference/libtracker-common
- From: mr svn gnome org
- To: svn-commits-list gnome org
- Subject: tracker r2300 - in trunk: . docs/design docs/manpages docs/reference/libtracker-common
- Date: Fri, 3 Oct 2008 08:44:35 +0000 (UTC)
Author: mr
Date: Fri Oct 3 08:44:35 2008
New Revision: 2300
URL: http://svn.gnome.org/viewvc/tracker?rev=2300&view=rev
Log:
* configure.ac:
* docs/design/Makefile.am:
* docs/manpages/Makefile.am:
* docs/reference/libtracker-common/Makefile.am: Added missing
Makefile.am files.
Added:
trunk/docs/design/Makefile.am
trunk/docs/manpages/Makefile.am
trunk/docs/reference/libtracker-common/Makefile.am
Modified:
trunk/ChangeLog
Added: trunk/docs/design/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/docs/design/Makefile.am Fri Oct 3 08:44:35 2008
@@ -0,0 +1,7 @@
+include $(top_srcdir)/Makefile.decl
+
+architecture_docs = \
+ trackerd.dia
+
+EXTRA_DIST = $(architecture_docs)
+
Added: trunk/docs/manpages/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/docs/manpages/Makefile.am Fri Oct 3 08:44:35 2008
@@ -0,0 +1,33 @@
+include $(top_srcdir)/Makefile.decl
+
+if HAVE_GNOME
+tst = tracker-search-tool.1
+endif
+
+if ENABLE_TRACKERAPPLET
+ta = tracker-applet.1
+endif
+
+if ENABLE_PREFERENCES
+tp = tracker-preferences.1
+endif
+
+man_MANS = \
+ tracker-extract.1 \
+ tracker-files.1 \
+ tracker-meta-folder.1 \
+ tracker-query.1 \
+ tracker-search.1 \
+ tracker-stats.1 \
+ trackerd.1 \
+ tracker-thumbnailer.1 \
+ tracker-tag.1 \
+ tracker-status.1 \
+ tracker.cfg.5 \
+ tracker-services.7 \
+ $(tst) \
+ $(ta) \
+ $(tp)
+
+EXTRA_DIST = $(man_MANS)
+
Added: trunk/docs/reference/libtracker-common/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/docs/reference/libtracker-common/Makefile.am Fri Oct 3 08:44:35 2008
@@ -0,0 +1,54 @@
+include $(top_srcdir)/Makefile.decl
+
+AUTOMAKE_OPTIONS = 1.6
+
+# The name of the module.
+DOC_MODULE=libtracker-common
+
+# The top-level SGML file.
+DOC_MAIN_SGML_FILE=libtracker-common-docs.sgml
+
+# Extra options to supply to gtkdoc-scan
+# SCAN_OPTIONS=--deprecated-guards="G_GNUC_DEPRECATED"
+
+# Extra options to pass to gtkdoc-scangobj
+# SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)"
+
+# The directory containing the source code. Relative to $(srcdir)
+DOC_SOURCE_DIR=../../../src/libtracker-common
+
+# Used for dependencies
+HFILE_GLOB=$(top_srcdir)/src/libtracker-common/*.h
+CFILE_GLOB=$(top_srcdir)/src/libtracker-common/*.c
+
+# Header files to ignore when scanning
+IGNORE_HFILES=
+
+# CFLAGS and LDFLAGS for compiling scan program. Only needed
+# if $(DOC_MODULE).types is non-empty.
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_builddir)
+
+# GTKDOC_LIBS =
+
+
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS=--sgml-mode --output-format=xml
+
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
+content_files = \
+ version.xml
+
+expand_content_files =
+
+# Images to copy into HTML directory
+HTML_IMAGES =
+
+# Extra options to supply to gtkdoc-fixref
+FIXXREF_OPTIONS=
+
+include $(top_srcdir)/gtk-doc.make
+
+# Other files to distribute
+EXTRA_DIST += version.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]