summaryrefslogtreecommitdiffstats
path: root/doc/GNUmakefile
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-04 15:20:56 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-14 14:04:51 +0200
commite33f046a281dd88d9c37a34c849bbad6148a95b5 (patch)
tree1c207acd8bcb48ad052bf8a345f8314dc45fa57c /doc/GNUmakefile
parent267c89a270b79b4bb45043c700ca65f2917b241c (diff)
Add doc/
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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