mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 16:25:00 +08:00
Initial addition of documentation
This commit is contained in:
@@ -410,8 +410,15 @@ class ModuleManager:
|
||||
'clean:\n' \
|
||||
'\trm -f -r $(PROJECT_INCLUDE)/rtems/freebsd\n' \
|
||||
'\trm -f $(LIB) $(C_O_FILES) $(C_DEP_FILES)\n' \
|
||||
'\trm -f libbsd.html\n' \
|
||||
'\n' \
|
||||
'-include $(C_DEP_FILES)\n'
|
||||
'-include $(C_DEP_FILES)\n' \
|
||||
'\n' \
|
||||
'doc: libbsd.html\n' \
|
||||
'\n' \
|
||||
'libbsd.html: libbsd.txt\n' \
|
||||
'\tasciidoc -o libbsd.html libbsd.txt\n'
|
||||
|
||||
out = open(tempFile, 'w')
|
||||
out.write(data)
|
||||
out.close()
|
||||
|
Reference in New Issue
Block a user