1. 16 5月, 2017 9 次提交
  2. 21 4月, 2017 1 次提交
    • H
      Documentation: allow installing man pages to a user defined directory · 6e91b74d
      Herton R. Krzesinski 提交于
      Documentation/DocBook/Makefile hard codes the prefixed path to which you
      can install the built man pages (/usr/local prefix). That's unfortunate
      since the user may want to install to another prefix or location (for
      example, a distribution packaging the man pages may want to install to a
      random temporary location in the build process).
      
      Be flexible and allow the prefixed path to which we install man pages to be
      changed with the INSTALL_MAN_PATH environment variable (and use the same
      default as other similar variables like INSTALL_HDR_PATH).
      Signed-off-by: NHerton R. Krzesinski <herton@redhat.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      6e91b74d
  3. 12 4月, 2017 1 次提交
  4. 03 4月, 2017 2 次提交
  5. 17 3月, 2017 1 次提交
  6. 04 3月, 2017 1 次提交
    • M
      docs: Fix htmldocs build failure · f3fc83e5
      Martyn Welch 提交于
      Build of HTML docs failing due to conversion of deviceiobook.tmpl in
      8a8a602f and regulator.tmpl in 028f2533 to RST without removing from
      DOCBOOKS in Makefile, resulting (in the case of deviceiobook) the
      following error:
      
      make[1]: *** No rule to make target 'Documentation/DocBook/deviceiobook.xml', needed by 'Documentation/DocBook/deviceiobook.aux.xml'.  Stop.
      Makefile:1452: recipe for target 'htmldocs' failed
      make: *** [htmldocs] Error 2
      
      Update DOCBOOKS to reflect available books.
      Signed-off-by: NMartyn Welch <martyn.welch@collabora.co.uk>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      f3fc83e5
  7. 28 2月, 2017 1 次提交
  8. 16 2月, 2017 2 次提交
  9. 08 2月, 2017 1 次提交
  10. 01 2月, 2017 2 次提交
    • J
      docs: Convert the regulator docbook to RST · 028f2533
      Jonathan Corbet 提交于
      A fairly straightforward conversion to RST; the document is then added to
      the driver-api manual.
      
      Of course, this document has seen no substantive changes since 2008, so
      chances are it needs work in other areas as well.
      
      Cc: Mark Brown <broonie@kernel.org>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      028f2533
    • J
      docs: Convert the deviceio template to RST · 8a8a602f
      Jonathan Corbet 提交于
      Convert deviceiobook.tmpl to RST and incorporate it into the driver API
      manual.
      
      Like the rest of our documentation, this one could use some work.  There's
      no mention of ioremap() and friends, no mention of io_read*() and friends.
      But we have nice documentation for all those folks writing new drivers that
      do port I/O :).
      
      The :c:func: notation has been left off of all the read*/write* functions.
      There's no kerneldoc comments for them anyway, so those links will never be
      live, and writing a bunch of repetitive "read a byte from I/O memory"
      comments lacks appeal.
      
      Cc: Matthew Wilcox <willy@infradead.org>
      Cc: Alan Cox <gnomes@lxorguk.ukuu.org.uk>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      8a8a602f
  11. 31 1月, 2017 1 次提交
  12. 05 1月, 2017 1 次提交
  13. 28 12月, 2016 1 次提交
  14. 14 12月, 2016 1 次提交
  15. 30 11月, 2016 2 次提交
    • J
      doc: Sphinxify the tracepoint docbook · d6ba7a9c
      Jonathan Corbet 提交于
      Convert the tracepoint docbook template to RST and add it to the core-api
      manual.  No changes to the actual text beyond the mechanical formatting
      conversion.
      
      Cc: Jason Baron <jbaron@redhat.com>
      Cc: William Cohen <wcohen@redhat.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      d6ba7a9c
    • J
      doc: Convert the debugobjects DocBook template to sphinx · 93dc3a11
      Jonathan Corbet 提交于
      A couple of the most minor heading tweaks, otherwise no changes to the text
      itself beyond the mechanical conversion.
      
      Note that the inclusion of the kerneldoc comments from the source has never
      worked, since exported symbols were asked for and none of those functions
      are exported to modules.  It doesn't work here either :)
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      93dc3a11
  16. 17 11月, 2016 1 次提交
  17. 11 11月, 2016 2 次提交
  18. 08 11月, 2016 2 次提交
  19. 28 10月, 2016 1 次提交
  20. 24 10月, 2016 1 次提交
  21. 22 10月, 2016 1 次提交
  22. 12 10月, 2016 1 次提交
  23. 06 10月, 2016 1 次提交
  24. 24 8月, 2016 1 次提交
  25. 23 8月, 2016 2 次提交