aboutsummaryrefslogtreecommitdiffstats
path: root/doc/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/GNUmakefile')
-rw-r--r--doc/GNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/GNUmakefile b/doc/GNUmakefile
new file mode 100644
index 0000000..23aa9d5
--- /dev/null
+++ b/doc/GNUmakefile
@@ -0,0 +1,7 @@
+all: AFBClient.html
+
+AFBClient.html: AFBClient.txt
+ asciidoc -a max-width=55em $^
+
+clean:
+ rm -f AFBClient.html