branch: elpa/drupal-mode
commit 8828357fe8c73d6c2997231a083c3114b2a3ede9
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Stripped section heading lines in plain ascii.
They didn't look good on
http://marmalade-repo.org/packages/drupal-mode.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ad7f74d156..6726fad824 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ drupal-mode.info: README.md
pandoc -t texinfo $^ | makeinfo -o $@
README: README.md
- pandoc -t plain -o $@ $^
+ pandoc --atx-headers -t plain -o $@ $^
# create a tar ball in package.el format for uploading to
http://marmalade-repo.org
elpa-package: README drupal-mode.el drupal-mode-pkg.el drupal-mode.info dir
drupal/*.el