aboutsummaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "libdrm: remove autotools support""Eric Engestrom2019-10-181-62/+0
| | | | | The external tooling issue has been fixed, so we can delete autotools again :)
* Revert "libdrm: remove autotools support"Marek Olšák2019-10-161-0/+62
| | | | This reverts commit f057dc91e93ae21e11ab48a26127d569972f3eae.
* libdrm: remove autotools supportEric Engestrom2019-10-141-62/+0
| | | | | Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
* fix various typosEric Engestrom2019-04-171-2/+2
| | | | | | | | | | | Saw a couple of typos fixes in the patch DragonFlyBSD carries [1], so I ran codespell (a spell checker for code) on the whole repo. [1] https://github.com/DragonFlyBSD/DPorts/blob/master/graphics/libdrm/files/patch-xf86drm.c Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* Add meson build systemDylan Baker2018-01-121-0/+67
| | | | | | | | | | This patch adds a complete meson build system, including tests and install. It has the necessary hooks to allow it be used as a subproject for other meson based builds such as mesa. Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-and-tested-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
* man: fix bug report instructions (third time's the charm)Eric Engestrom2017-04-046-6/+6
| | | | | | Compile- and run-tested this time. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
* man: fix bug report instructions (for real this time)Eric Engestrom2017-04-046-12/+12
| | | | | | | /me derped, component libdrm doesn't exist under Mesa because it's in DRI. While at it, give the full URL and make it https. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
* man: fix bug report instructionEric Engestrom2017-04-046-12/+12
| | | | | | Component "libdrm" doesn't exist (anymore?) Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
* man/drm(7): fix typoEric Engestrom2017-04-041-1/+1
| | | | | | Reported-by: Oliver Kisielius <oliver.kisielius@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100559 Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
* man: Fix typoAndreas Boll2016-07-231-1/+1
| | | | | Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
* man: remove .man_fixup workaroundEmil Velikov2015-07-291-8/+3
| | | | | | | | | | | | | | | | | | | The whole thing is quite messy - the file is used to indicate that the man pages were correctly generated prior to applying the "fixup" (alias) At the same time we use a rule with the same name, to create the same file if the generation has failed. In other words - it attempts to create the file either way. So there is little point in it and we can remove it. Spotted while attempting to build with bmake which kindly blocked on the following (non compliant construct) .man_fixup: | $(miscman_DATA) Cc: Jonathan Gray <jsg@jsg.id.au> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* man: rework the Makefile.amEmil Velikov2015-04-281-38/+42
| | | | | | | | | | | Remove GNU make specific constructs and take into consideration that Solaris man 7 is not the same as Linux man 7. This commit introduces a dependency of xorg-macros 1.12 (released 4+ years ago) which is used to handle the above man section discrepancies. Cc: Niveditha Rau <niveditha.rau@oracle.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* man: Fix typo and use $() for make expressionsThierry Reding2013-01-251-1/+2
| | | | | | | | | | | | Due to the typo, none of the .xml files would end up in the release tarball and cause make distcheck as well as builds from the tarball to fail. Using $() isn't strictly necessary but other variables and expressions use that variant already so it makes the usage consistent. Reviewed-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
* man: fix manpage build instructionsDavid Herrmann2013-01-161-13/+21
| | | | | | | | | | | | This fixes all the out-of-tree build-failures with manpages and uses a .man_fixup file to avoid overriding man-pages on every build. Manpages are only built if xsltproc is found and the stylesheets are available locally. You can disable building manpages with --disable-manpages so the quite expensive xsltproc procedure can be skipped. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
* man: add drm-memory overview pageDavid Herrmann2013-01-092-2/+437
| | | | | | | | | This adds an overview page that describes Dumb-Buffers, TTM and GEM. It does not describe chipset-specific features. You should do that in the driver-manpages. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* man: add drm-kms overview pageDavid Herrmann2013-01-092-0/+343
| | | | | | | | This is an overview page for KMS. It is again targeted at novice users that need redirection to the correct function man-pages. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* man: add drm.7 overview pageDavid Herrmann2013-01-092-0/+138
| | | | | | | | | The drm.xml file compiles to drm.7 and is meant as a global overview page for libdrm. It is targeted to new users of libdrm and redirects to all other main man-pages. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* man: convert manpages to XML instead of plain troffDavid Herrmann2013-01-097-160/+363
| | | | | | | | | If we want to use the manpages in external documentation other than normal manpages, we should rather use XML. Furthermore, almost no-one knows troff today, anyway, and XML allows others to easily add more pages without having to learn troff. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
* fix make distcheckDave Airlie2012-11-051-1/+1
| | | | | | | typo, Reported-by: mareko on irc Signed-off-by: Dave Airlie <airlied@redhat.com>
* libdrm: man page infrastructure and a few sample man pagesJesse Barnes2012-09-174-0/+160