Advertisement
Guest User

Untitled

a guest
May 19th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. objects/index.incl: $(GENERATED_MANPAGES) objects/var-MAN_HTML_TARGETS $(DOC_SRCDIR)/Submakefile
  2. rm -f $@
  3. $(call ADD_HTML_MANPAGES, 1, Commands and userspace components)
  4. $(call ADD_HTML_MANPAGES, 9, Realtime components and kernel modules)
  5. $(call ADD_HTML_MANPAGES, 3hal, API calls: HAL)
  6. $(call ADD_HTML_MANPAGES, 3rtapi, API calls: RTAPI)
  7. $(call ADD_HTML_MANPAGES, 3hm2, API calls: Hostmot2)
  8. $(call ADD_HTML_MANPAGES, 3, API calls: General)
  9.  
  10. objects/index.incl: $(GENERATED_MANPAGES) objects/var-MAN_HTML_TARGETS $(DOC_SRCDIR)/Submakefile
  11. rm -f $@
  12. $(call ADD_HTML_MANPAGES, 1, Commands and userspace components, sec15)
  13. $(call ADD_HTML_MANPAGES, 9, Realtime components and kernel modules, sec16)
  14. $(call ADD_HTML_MANPAGES, 3hal, API calls: HAL, sec17)
  15. $(call ADD_HTML_MANPAGES, 3rtapi, API calls: RTAPI, sec18)
  16. $(call ADD_HTML_MANPAGES, 3hm2, API calls: Hostmot2, sec19)
  17. $(call ADD_HTML_MANPAGES, 3, API calls: General, sec20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement