X-Git-Url: http://git.tuebingen.mpg.de/?p=aple.git;a=blobdiff_plain;f=Makefile;h=14357e80c7ed36e6914382433a202cdbc3530905;hp=d210e2bfdeaf5c409a5ca4c9fda1a07ffdb57ca9;hb=afc22623c916f058fbefd86788b0e790f0723adf;hpb=e9a3585174e0fda1ac580d0e720f7ecc48bb9e9f diff --git a/Makefile b/Makefile index d210e2b..14357e8 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ $(DEST): # m4 -> html -MD_CMD = m4 $(M4_ARGS) $< | markdown -f tables,links > $@ +MD_CMD = m4 $(M4_ARGS) $< | sed -e '1,/^/d' \ + | markdown -f tables,links > $@ $(DEST)/Bash.html: Bash.m4 $(MACROS) | $(DEST) $(MD_CMD)