diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-04 15:20:56 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-14 14:04:51 +0200 |
commit | e33f046a281dd88d9c37a34c849bbad6148a95b5 (patch) | |
tree | 1c207acd8bcb48ad052bf8a345f8314dc45fa57c /doc/GNUmakefile | |
parent | 267c89a270b79b4bb45043c700ca65f2917b241c (diff) |
Add doc/
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'doc/GNUmakefile')
-rw-r--r-- | doc/GNUmakefile | 7 |
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 |