From e9b4debd0f50050ef91d8bdcd01cdfdc90a0146d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 25 Aug 2012 10:25:01 +0200 Subject: [PATCH] Move x11idle.c from utils/ to contrib/scripts/ --- contrib/README | 1 + {utils => contrib/scripts}/x11idle.c | 0 2 files changed, 1 insertion(+) rename {utils => contrib/scripts}/x11idle.c (100%) diff --git a/contrib/README b/contrib/README index 7f71ae9ef..687f01d44 100644 --- a/contrib/README +++ b/contrib/README @@ -91,6 +91,7 @@ org2hpda --- Generate hipster pda style printouts from Org-mode org-docco.org --- docco side-by-side annotated code export to HTML StartOzServer.oz --- implements the Oz-side of the Org-babel Oz interface staticmathjax --- XULRunner application to process MathJax statically +x11idle.c --- get the idle time of your X session This directory also contains supporting files for the following packages: ob-oz.el, org-docco.org, and org-static-mathjax.el. diff --git a/utils/x11idle.c b/contrib/scripts/x11idle.c similarity index 100% rename from utils/x11idle.c rename to contrib/scripts/x11idle.c