emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 8828357fe8 031/308: Stripped section heading l


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 8828357fe8 031/308: Stripped section heading lines in plain ascii.
Date: Tue, 25 Jan 2022 10:59:04 -0500 (EST)

branch: elpa/drupal-mode
commit 8828357fe8c73d6c2997231a083c3114b2a3ede9
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]