aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-17 23:46:37 +0200
committerLoïc Hoguin <[email protected]>2016-10-17 23:46:37 +0200
commit2e4d6f4d5e239198e096e09e4207214951b42db1 (patch)
treecf07a6fc2c77913b1a57f1010945ddb4dd6bc945 /ebin
parentdf08a3f430bf7727921873ab262294a054e2ae7b (diff)
downloadasciideck-2e4d6f4d5e239198e096e09e4207214951b42db1.tar.gz
asciideck-2e4d6f4d5e239198e096e09e4207214951b42db1.tar.bz2
asciideck-2e4d6f4d5e239198e096e09e4207214951b42db1.zip
Temporarily remove the .app file
Seems to be some issues with building otherwise.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/asciideck.app7
1 files changed, 0 insertions, 7 deletions
diff --git a/ebin/asciideck.app b/ebin/asciideck.app
deleted file mode 100644
index e6eeac2..0000000
--- a/ebin/asciideck.app
+++ /dev/null
@@ -1,7 +0,0 @@
-{application, asciideck, [
- {description, "Asciidoc for Erlang."},
- {vsn, "0.0.1"},
- {modules, ['asciideck','asciideck_parser','asciideck_to_manpage']},
- {registered, []},
- {applications, [kernel,stdlib]}
-]}. \ No newline at end of file