guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 48685d081869173e76b1c90a0945ffd8097dd9b7
parent dd36ba72019c11ccffa641749ca7eeddef05d757
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date:   Tue,  8 Sep 2015 23:15:08 +0200

Clean up Makefile; use pandoc title block.

Diffstat:
MMakefile | 5++---
Dheader.html | 1-
Msrfi-123.html | 7++++---
Msrfi-123.md | 3+--
4 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,9 +1,8 @@ srfi-123.html: srfi-123.md pandoc \ - --css=http://srfi.schemers.org/srfi.css \ - --from=markdown_github-hard_line_breaks \ - --include-in-header=header.html \ + --from=markdown_github-hard_line_breaks+pandoc_title_block \ --standalone \ --to=html \ + --css=http://srfi.schemers.org/srfi.css \ srfi-123.md \ >srfi-123.html diff --git a/header.html b/header.html @@ -1 +0,0 @@ -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> diff --git a/srfi-123.html b/srfi-123.html @@ -4,13 +4,14 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> - <title></title> + <title>Generic accessor and modifier operators</title> <style type="text/css">code{white-space: pre;}</style> <link rel="stylesheet" href="http://srfi.schemers.org/srfi.css" type="text/css" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> -<h1 id="generic-accessor-and-modifier-operators">Generic accessor and modifier operators</h1> +<div id="header"> +<h1 class="title">Generic accessor and modifier operators</h1> +</div> <h2 id="author">Author</h2> <p>Taylan Ulrich Bayırlı/Kammer, taylanbayirli at Google Mail</p> <h2 id="status">Status</h2> diff --git a/srfi-123.md b/srfi-123.md @@ -1,5 +1,4 @@ -Generic accessor and modifier operators -======================================= +% Generic accessor and modifier operators Author ------