summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-07-13 11:03:16 +0200
committerDavid Bremner <david@tethera.net>2015-07-13 12:07:17 +0200
commitc122e61b4dbcf4f95eb43d003a776f90d1df5bc9 (patch)
tree94dcf2818170d7c8dcabe327bc330729c3733d5f /README.org
parentfcc1b4681fa04b38410c3e91d688135ece22cf78 (diff)
add minimal POD to dh_elpa, and install it as a man page
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.org b/README.org
index 4d6c475..894de19 100644
--- a/README.org
+++ b/README.org
@@ -16,13 +16,3 @@ support byte compilation.
package.el gets confused if you have both a system and a user elpa
package and refuses to delete the user one unless you delete the
system one first.
-
-* Usage
-
-Here is an example of using the helper command (extracted from
-a previous debian/rules in this package).
-
-#+BEGIN_EXAMPLE
-override_dh_auto_install:
- ./dh_elpa dh-elpa.el
-#+END_EXAMPLE