Skip to content

Commit 5c7e9e8

Browse files
committed
CONTRIBUTING.md: add stub and append to generated HTML
1 parent 0961926 commit 5c7e9e8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Contributing
2+
3+
_TBD_ (see [issue #4](https://github.com/idris-hackers/software-foundations/issues/4) for discussion)

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ clean-docs:
3939
site: docs/index.html
4040

4141

42-
docs/index.html: README.md
43-
pandoc -f markdown_github -t html -s -o $@ $<
42+
docs/index.html: README.md CONTRIBUTING.md
43+
pandoc -f markdown_github -t markdown_github \
44+
-A CONTRIBUTING.md $< \
45+
| pandoc -f markdown_github -t html -s -o $@

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<style type="text/css">code{white-space: pre;}</style>
99
</head>
1010
<body>
11-
<h1 id="software-foundationssf-in-idris"><em><a href="http://www.cis.upenn.edu/%7Ebcpierce/sf/current/index.html">Software Foundations</a> in Idris</em></h1>
11+
<h1 id="software-foundations-in-idris"><em><a href="http://www.cis.upenn.edu/%7Ebcpierce/sf/current/index.html">Software Foundations</a> in Idris</em></h1>
1212
<p>📖 <a href="https://idris-hackers.github.io/software-foundations/pdf/sf-idris-2016.pdf">Download the PDF</a></p>
1313
<h2 id="building">Building</h2>
1414
<p>To rebuild the PDF, ensure the <a href="#prerequisites">prerequisites</a> are installed, then:</p>
@@ -70,5 +70,7 @@ <h3 id="prerequisites">Prerequisites</h3>
7070
</tbody>
7171
</table>
7272
<!-- Named Links -->
73+
<h2 id="contributing">Contributing</h2>
74+
<p><em>TBD</em> (see <a href="https://github.com/idris-hackers/software-foundations/issues/4">issue #4</a> for discussion)</p>
7375
</body>
7476
</html>

0 commit comments

Comments
 (0)