branch: scratch/editorconfig-cc
commit dbfe71c45c05e3e9d7196fab114eae55f2c1f16f
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix Makefile
---
 Makefile | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 19a784af6d..85f5b4fbfd 100644
--- a/Makefile
+++ b/Makefile
@@ -20,15 +20,11 @@ $(OBJS): %.elc: %.el
 .PHONY: all clean test test-travis test-ert test-core test-metadata sandbox 
doc info
 
 
-doc: info
+doc: doc/editorconfig.texi
 
-info: doc/editorconfig.info
-
-doc/editorconfig.info: README.md
+doc/editorconfig.texi: README.md
        mkdir -p doc
-       tail -n +4 $< | $(PANDOC) -s -f markdown -o $@.texi
-       echo >>$@.texi
-       $(MAKEINFO) --no-split $@.texi -o $@
+       tail -n +4 $< | $(PANDOC) -s -f markdown -o $@
 
 
 test: test-ert test-core test-metadata $(OBJS)

Reply via email to