diff options
| author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2019-12-11 00:19:33 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2019-12-11 00:19:33 +0000 |
| commit | 5f92182e496a66149ba09c92fe497135643663f5 (patch) | |
| tree | e321e3c2a0fb6041f52ae87327be6e3bc2472f52 /doc/Makefile.am | |
| parent | 8269b3eca35d0af18be5dbd4d61ae342c52b9754 (diff) | |
| parent | 32a815b23c7d76d1e34980bb1a2a6a6887a47a81 (diff) | |
| download | platform_external_elfutils-android11-mainline-release.tar.gz platform_external_elfutils-android11-mainline-release.tar.bz2 platform_external_elfutils-android11-mainline-release.zip | |
Merge "Upgrade elfutils to elfutils-0.178" am: 2fdc74b3a8 am: 480a142ccd am: 32a815b23candroid-mainline-11.0.0_r1android11-mainline-releaseandroid11-dev
Change-Id: I0f10f5d002f504a07da6d20b6c87e1363095c193
Diffstat (limited to 'doc/Makefile.am')
| -rw-r--r-- | doc/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d6f3eca8..b5db01ff 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in ## Configure input file for elfutils. ## -## Copyright (C) 1996-2001, 2002, 2005 Red Hat, Inc. +## Copyright (C) 1996-2001, 2002, 2005, 2019 Red Hat, Inc. ## This file is part of elfutils. ## ## This file is free software; you can redistribute it and/or modify @@ -19,3 +19,12 @@ EXTRA_DIST = COPYING-GFDL README dist_man1_MANS=readelf.1 elfclassify.1 notrans_dist_man3_MANS=elf_update.3 elf_getdata.3 elf_clone.3 elf_begin.3 +notrans_dist_man8_MANS= +notrans_dist_man1_MANS= + +if DEBUGINFOD +notrans_dist_man8_MANS += debuginfod.8 +notrans_dist_man3_MANS += debuginfod_find_debuginfo.3 debuginfod_find_source.3 debuginfod_find_executable.3 debuginfod_set_progressfn.3 +notrans_dist_man1_MANS += debuginfod-find.1 +endif + |
