Add support for copying to clipboard (based on patch by Dana Jansens).
[dana/urxvt.git] / Makefile.in
index 7b7c568..491776d 100644 (file)
@@ -65,7 +65,7 @@ Makefiles:
 cleandir: realclean
 
 distclean-local:
-       rm -f *~ config.cache config.h config.log config.status libtool
+       rm -f config.cache config.h config.log config.status
        rm -f Makefile
 
 distdir:
@@ -73,7 +73,7 @@ distdir:
        cd src && $(MAKE) depend
        rm -rf $(VERNAME)
        mkdir $(VERNAME)
-       rsync -aR `cat MANIFEST` $(VERNAME)/.
+       rsync -aR --copy-unsafe-links `cat MANIFEST` $(VERNAME)/.
 
 tar.gz: distdir
        tar cvf - $(VERNAME) | gzip -vf9 > $(VERNAME).tar.gz