summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-09 10:21:17 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-09 10:21:17 -0600
commit8f5adbc097efee4d1877d568b6772c7352978487 (patch)
treebc92f39bd40bb08a575139df58236c211a5b1e4a /Makefile
parentAdd other architecture specific in_cksum routines (diff)
downloadrtems-libbsd-8f5adbc097efee4d1877d568b6772c7352978487.tar.bz2
Initial addition of documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 759356e9..d3ada9c9 100644
--- a/Makefile
+++ b/Makefile
@@ -387,5 +387,11 @@ install: $(LIB)
clean:
rm -f -r $(PROJECT_INCLUDE)/rtems/freebsd
rm -f $(LIB) $(C_O_FILES) $(C_DEP_FILES)
+ rm -f libbsd.html
-include $(C_DEP_FILES)
+
+doc: libbsd.html
+
+libbsd.html: libbsd.txt
+ asciidoc -o libbsd.html libbsd.txt