Skip to content
Snippets Groups Projects
Commit 3d1b5797 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Install the static readme-ish guide documents

parent dba5addb
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
AUTOMAKE_OPTIONS = subdir-objects AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = --std=c99 -D_GNU_SOURCE -Wall -Werror AM_CFLAGS = --std=c99 -D_GNU_SOURCE -Wall -Werror
static_docs = Building Debugging Limitations Quick-Start
# installable items: # installable items:
libexec_PROGRAMS = capsule-symbols capsule-version libexec_PROGRAMS = capsule-symbols capsule-version
...@@ -26,6 +27,7 @@ lib_LTLIBRARIES = libcapsule.la ...@@ -26,6 +27,7 @@ lib_LTLIBRARIES = libcapsule.la
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = data/capsule.pc pkgconfig_DATA = data/capsule.pc
include_HEADERS = capsule/capsule.h include_HEADERS = capsule/capsule.h
dist_doc_DATA = $(foreach doc,$(static_docs),doc/$(doc).txt)
# demo program - keep this hanging around as it's a useful PoC # demo program - keep this hanging around as it's a useful PoC
noinst_PROGRAMS = elf-dump noinst_PROGRAMS = elf-dump
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment