--- Makefile.orig	2011-02-03 23:47:50.000000000 +0100
+++ Makefile	2011-02-20 08:50:16.000000000 +0100
@@ -236,8 +236,6 @@
 else
 lLIBS += $(shell pkg-config --libs gthread-2.0 gmodule-2.0)
 endif
-# -lrt needed for clock_gettime()
-lLIBS += -lrt
 ifeq ($(USE_GAMIN), 1)
 #gamin code is a superset of FAM code, so gamin needs fam as well
 lLIBS += -lfam
@@ -277,10 +275,6 @@
 	@for file in `ls $(ICONS)/ |grep -v svn`; do \
 		install -m 644 $(ICONS)/$$file $(ICON_DIR); \
 	done
-	@install -d $(DOC_DIR)
-	@for file in `ls $(DOCS)/ |grep -v svn |grep -v desktop_environment |grep -v api |grep -v $(TARGET).1`; do \
-		install -m 644 $(DOCS)/$$file $(DOC_DIR); \
-	done
 	@install -d $(MAN_DIR)
 	@install -m 644 $(DOCS)/$(TARGET).1 $(MAN_DIR);
 
