gnome-utils r8334 - in trunk/logview: . data



Author: cosimoc
Date: Tue Dec 23 13:28:46 2008
New Revision: 8334
URL: http://svn.gnome.org/viewvc/gnome-utils?rev=8334&view=rev

Log:
Modify Makefile.am files to handle the manual in data.

Modified:
   trunk/logview/Makefile.am
   trunk/logview/data/Makefile.am

Modified: trunk/logview/Makefile.am
==============================================================================
--- trunk/logview/Makefile.am	(original)
+++ trunk/logview/Makefile.am	Tue Dec 23 13:28:46 2008
@@ -50,16 +50,11 @@
 	echo "#include \"logview-marshal.h\"" > $@ && \
 	$(GLIB_GENMARSHAL) $< --body --prefix=logview_marshal >> $@
 
-man_MANS = gnome-system-log.1
-
 schemasdir   = $(GCONF_SCHEMA_FILE_DIR)
 schemas_in_file = logview.schemas.in
 schemas_DATA = $(schemas_in_file:.schemas.in=.schemas)
 @INTLTOOL_SCHEMAS_RULE@
 
-EXTRA_DIST = \
-	$(man_MANS)
-
 if GCONF_SCHEMAS_INSTALL
 install-gconf-schemas:
 	if test -z "$(DESTDIR)" ; then \

Modified: trunk/logview/data/Makefile.am
==============================================================================
--- trunk/logview/data/Makefile.am	(original)
+++ trunk/logview/data/Makefile.am	Tue Dec 23 13:28:46 2008
@@ -6,9 +6,12 @@
 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+man_MANS = gnome-system-log.1
+
 EXTRA_DIST = 			\
 	$(xml_DATA)		\
 	$(desktop_in_files)	\
+	$(man_MANS)
 
 DISTCLEANFILES =		\
 	$(desktop_DATA)



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