diff options
author | Jesse Barnes | 2013-01-09 19:28:41 -0600 |
---|---|---|
committer | Jesse Barnes | 2013-01-09 19:28:41 -0600 |
commit | 1dbd873700f281d9773e64931ff0c1cf96e13793 (patch) | |
tree | a0d6efc6d86f81365e1c927b98e3e5ba6b7e000d | |
parent | fd6b369d39bc710acf56632a292308eb4e23d6db (diff) | |
download | libdrm-1dbd873700f281d9773e64931ff0c1cf96e13793.tar.gz libdrm-1dbd873700f281d9773e64931ff0c1cf96e13793.tar.xz libdrm-1dbd873700f281d9773e64931ff0c1cf96e13793.zip |
man: disable man page building until David saves us all
I must have botched something in the push of the xml switchover, since I
now get errors when building the pages and aliases. Just disable for
now.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8ecd9d93..9f106d39 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -49,7 +49,7 @@ if HAVE_EXYNOS | |||
49 | EXYNOS_SUBDIR = exynos | 49 | EXYNOS_SUBDIR = exynos |
50 | endif | 50 | endif |
51 | 51 | ||
52 | SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) tests include man | 52 | SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) tests include |
53 | 53 | ||
54 | libdrm_la_LTLIBRARIES = libdrm.la | 54 | libdrm_la_LTLIBRARIES = libdrm.la |
55 | libdrm_ladir = $(libdir) | 55 | libdrm_ladir = $(libdir) |