diff -Naur client.orig/Makefile client/Makefile
--- client.orig/Makefile	2008-11-30 20:31:57.000000000 +0100
+++ client/Makefile	2009-02-04 22:39:14.000000000 +0100
@@ -42,7 +42,6 @@
 	install -d -m 0755 icons/ $(DATADIR)/$(NAME)/client/icons/
 	cp -adv $(CLIENT_FILES) $(DATADIR)/$(NAME)/client/
 	
-	
 	mkdir -p $(DATADIR)/icons/hicolor/16x16/apps/
 	mkdir -p $(DATADIR)/icons/hicolor/22x22/apps/
 	mkdir -p $(DATADIR)/icons/hicolor/24x24/apps/
@@ -53,12 +52,12 @@
 	cp ./icons/smolt-icon-24.png $(DATADIR)/icons/hicolor/24x24/apps/smolt.png
 	cp ./icons/smolt-icon-32.png $(DATADIR)/icons/hicolor/32x32/apps/smolt.png
 	
-	mkdir -p $(DATADIR)/$(NAME)/doc
-	install -p -m 0644 ../doc/PrivacyPolicy $(DATADIR)/$(NAME)/doc
+	#mkdir -p $(DATADIR)/$(NAME)/doc
+	#install -p -m 0644 ../doc/PrivacyPolicy $(DATADIR)/$(NAME)/doc
 	
-	gzip -9 man/smoltSendProfile.1 > $(DATADIR)/man/man1/smoltSendProfile.1.gz
-	gzip -9 man/smoltDeleteProfile.1 > $(DATADIR)/man/man1/smoltDeleteProfile.1.gz
-	gzip -9 man/smoltGui.1 > $(DATADIR)/man/man1/smoltGui.1.gz
+	#gzip -9 man/smoltSendProfile.1 > $(DATADIR)/man/man1/smoltSendProfile.1.gz
+	#gzip -9 man/smoltDeleteProfile.1 > $(DATADIR)/man/man1/smoltDeleteProfile.1.gz
+	#gzip -9 man/smoltGui.1 > $(DATADIR)/man/man1/smoltGui.1.gz
 	
 	ln -sf $(DATADIR)/$(NAME)/client/sendProfile.py $(BINDIR)/smoltSendProfile
 	ln -sf $(DATADIR)/$(NAME)/client/deleteProfile.py $(BINDIR)/smoltDeleteProfile
@@ -67,7 +66,7 @@
 	chmod +x $(DATADIR)/$(NAME)/client/*Profile.py
 	chmod +x $(DATADIR)/$(NAME)/client/smoltGui.py
 	
-	desktop-file-install --vendor='fedora' --dir=$(DATADIR)/applications ./smolt.desktop
+	#desktop-file-install --vendor='fedora' --dir=$(DATADIR)/applications ./smolt.desktop
 	
 move-mo: $(DIRED_MO_FILES)