steffen: server/kolab-webadmin/kolab-webadmin Makefile.am, 1.10, 1.11

cvs at intevation.de cvs at intevation.de
Wed Jan 26 01:37:02 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv15693/kolab-webadmin

Modified Files:
	Makefile.am 
Log Message:
added "favicon" and made the Version menu-entry boldface to make it stand out from the other items on the about page

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	6 Jan 2005 01:37:20 -0000	1.10
+++ Makefile.am	26 Jan 2005 00:37:00 -0000	1.11
@@ -10,9 +10,14 @@
 
 noinst_HEADERS = @PACKAGE at .spec
 
+WSTOPLEVEL_FILES = www/favicon.ico
+
+wstopleveldir = $(wsdocrootdir)
+wstoplevel_DATA = $(WSTOPLEVEL_FILES)
+
 WSADMIN_FILES = www/admin/index.php \
 	www/admin/logout.php \
-	www/admin/style.css
+	www/admin/style.css 
 
 wsadmindir = $(wsdocrootdir)/admin
 wsadmin_DATA = $(WSADMIN_FILES)
@@ -137,7 +142,8 @@
 phptemplatesendir = $(phptemplatesdir)/en
 phptemplatesen_DATA = $(PHP_TEMPLATES_EN)
 
-EXTRA_DIST += $(WSADMIN_FILES) \
+EXTRA_DIST += $(WSTOPLEVEL_FILES) \
+	$(WSADMIN_FILES) \
 	$(WSADDRESSBOOK_FILES) \
 	$(WSADMINISTRATOR_FILES) \
 	$(WSDISTRIBUTIONLIST_FILES) \





More information about the commits mailing list