[smuxi: 16/26] HACKING: use markdown formatting
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi: 16/26] HACKING: use markdown formatting
- Date: Wed, 14 Oct 2015 16:50:50 +0000 (UTC)
commit 32114410ba5d998a123413a077b869dfb7be4646
Author: Mirco Bauer <meebey meebey net>
Date: Sun Sep 27 16:07:04 2015 +0200
HACKING: use markdown formatting
HACKING => HACKING.md | 12 ++++++++++--
Makefile.am | 2 +-
debian/docs | 2 +-
3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/HACKING b/HACKING.md
similarity index 93%
rename from HACKING
rename to HACKING.md
index e3f2bc3..0d49f1e 100644
--- a/HACKING
+++ b/HACKING.md
@@ -1,9 +1,17 @@
-[Smuxi Hacking HowTo](https://smuxi.im/documentation/hacking/)
-[Git Commit Message Style](http://chris.beams.io/posts/git-commit/)
+Hacking HowTo
+=============
+
+https://smuxi.im/documentation/hacking/
+
+Git Commit Message Style
+==========================
+
+http://chris.beams.io/posts/git-commit/
Coding Style
============
+```cs
using System;
using System.IO;
using ThirdPartyNamespaces;
diff --git a/Makefile.am b/Makefile.am
index 439e78d..9447469 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ endif
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
EXTRA_DIST = install-sh \
- HACKING \
+ HACKING.md \
LICENSE \
README.md
diff --git a/debian/docs b/debian/docs
index 9ea1aae..3697301 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
-HACKING
+HACKING.md
README.md
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]