tracker r2294 - in trunk: . docs docs/design docs/manpages



Author: mr
Date: Thu Oct  2 14:40:15 2008
New Revision: 2294
URL: http://svn.gnome.org/viewvc/tracker?rev=2294&view=rev

Log:
	* configure.ac:
	* docs/Makefile.am:
	* docs/tracker-applet.1:
	* docs/tracker-extract.1:
	* docs/tracker-files.1:
	* docs/tracker-meta-folder.1:
	* docs/tracker-preferences.1:
	* docs/tracker-query.1:
	* docs/tracker-search-tool.1:
	* docs/tracker-search.1:
	* docs/tracker-services.7:
	* docs/tracker-stats.1:
	* docs/tracker-status.1:
	* docs/tracker-tag.1:
	* docs/tracker-thumbnailer.1:
	* docs/tracker.cfg.5:
	* docs/trackerd.1: Moved all manpages to docs/manpages and moved
	all architecture docs to docs/design.


Added:
   trunk/docs/design/
   trunk/docs/design/trackerd.dia
      - copied unchanged from r2293, /trunk/docs/trackerd.dia
   trunk/docs/manpages/
   trunk/docs/manpages/tracker-applet.1
      - copied unchanged from r2291, /trunk/docs/tracker-applet.1
   trunk/docs/manpages/tracker-extract.1
      - copied unchanged from r2291, /trunk/docs/tracker-extract.1
   trunk/docs/manpages/tracker-files.1
      - copied unchanged from r2291, /trunk/docs/tracker-files.1
   trunk/docs/manpages/tracker-meta-folder.1
      - copied unchanged from r2291, /trunk/docs/tracker-meta-folder.1
   trunk/docs/manpages/tracker-preferences.1
      - copied unchanged from r2291, /trunk/docs/tracker-preferences.1
   trunk/docs/manpages/tracker-query.1
      - copied unchanged from r2291, /trunk/docs/tracker-query.1
   trunk/docs/manpages/tracker-search-tool.1
      - copied unchanged from r2291, /trunk/docs/tracker-search-tool.1
   trunk/docs/manpages/tracker-search.1
      - copied unchanged from r2291, /trunk/docs/tracker-search.1
   trunk/docs/manpages/tracker-services.7
      - copied unchanged from r2291, /trunk/docs/tracker-services.7
   trunk/docs/manpages/tracker-stats.1
      - copied unchanged from r2291, /trunk/docs/tracker-stats.1
   trunk/docs/manpages/tracker-status.1
      - copied unchanged from r2291, /trunk/docs/tracker-status.1
   trunk/docs/manpages/tracker-tag.1
      - copied unchanged from r2291, /trunk/docs/tracker-tag.1
   trunk/docs/manpages/tracker-thumbnailer.1
      - copied unchanged from r2291, /trunk/docs/tracker-thumbnailer.1
   trunk/docs/manpages/tracker.cfg.5
      - copied unchanged from r2291, /trunk/docs/tracker.cfg.5
   trunk/docs/manpages/trackerd.1
      - copied unchanged from r2291, /trunk/docs/trackerd.1
Removed:
   trunk/docs/tracker-applet.1
   trunk/docs/tracker-extract.1
   trunk/docs/tracker-files.1
   trunk/docs/tracker-meta-folder.1
   trunk/docs/tracker-preferences.1
   trunk/docs/tracker-query.1
   trunk/docs/tracker-search-tool.1
   trunk/docs/tracker-search.1
   trunk/docs/tracker-services.7
   trunk/docs/tracker-stats.1
   trunk/docs/tracker-status.1
   trunk/docs/tracker-tag.1
   trunk/docs/tracker-thumbnailer.1
   trunk/docs/tracker.cfg.5
   trunk/docs/trackerd.1
   trunk/docs/trackerd.dia
   trunk/docs/trackerd.png
Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/docs/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Oct  2 14:40:15 2008
@@ -1028,6 +1028,8 @@
 	data/tracker.pc
 	data/trackerd.desktop.in
 	docs/Makefile
+	docs/design/Makefile
+	docs/manpages/Makefile
 	filters/application/Makefile
 	filters/Makefile
 	filters/text/Makefile

Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am	(original)
+++ trunk/docs/Makefile.am	Thu Oct  2 14:40:15 2008
@@ -1,39 +1,4 @@
 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)
-
-architecture_docs =		\
-	trackerd.dia		\
-	trackerd.png
-
-EXTRA_DIST = 			\
-	$(man_MANS)		\
-	$(architecture_docs)
+SUBDIRS = manpages design
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]