From 61c6d392b854a132372cac77837555b0a179598a Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Thu, 19 Jul 2018 16:15:07 +0200 Subject: [PATCH] Bummer! --- module1/ressources/Makefile | 2 +- module2/ressources/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module1/ressources/Makefile b/module1/ressources/Makefile index a67219d..20cfeee 100644 --- a/module1/ressources/Makefile +++ b/module1/ressources/Makefile @@ -6,7 +6,7 @@ NLINES=10000000 %.html: %.org emacs -batch $^ --funcall org-html-export-to-html sed -i 's/
/
  • /g' $@ mv $@ $@.bak cat $@.bak | grep -A $(NLINES) -e '' | grep -B $(NLINES) -e '
    ' | grep -v -e '' -e '
    ' > $@ rm $@.bak diff --git a/module2/ressources/Makefile b/module2/ressources/Makefile index 629b2ab..0044ba9 100644 --- a/module2/ressources/Makefile +++ b/module2/ressources/Makefile @@ -5,7 +5,7 @@ NLINES=10000000 %.html: %.org emacs -batch $^ --funcall org-html-export-to-html sed -i 's/
    /
  • /g' $@ mv $@ $@.bak cat $@.bak | grep -A $(NLINES) -e '' | grep -B $(NLINES) -e '
    ' | grep -v -e '' -e '
    ' > $@ rm $@.bak -- 2.18.1