diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-08 16:51:49 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-12-12 15:41:58 +0100 |
commit | bb8b0e4891dbbaa9d7931fbd267c7c6573ea982d (patch) | |
tree | bdd39f2433511529fa08e6bacfd6c94df5354a95 /debian/patches/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch | |
parent | d50dc4314500151068d5fab00768f9f1e2c6a59a (diff) |
Drop d/p/dpdk-dev-v2-*-4* (are upstream)
Change-Id: Icda67fa601a36650787cb6b90ec0e02e7b20e77d
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/patches/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch')
-rw-r--r-- | debian/patches/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/debian/patches/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch b/debian/patches/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch deleted file mode 100644 index 5ff0dd25..00000000 --- a/debian/patches/dpdk-dev-v2-2-4-doc-rendering-and-installation-of-man-pages.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- a/doc/guides/conf.py -+++ b/doc/guides/conf.py -@@ -92,6 +92,14 @@ - # Replace the default latex formatter. - PygmentsBridge.latex_formatter = CustomLatexFormatter - -+# Configuration for man pages -+man_pages = [("testpmd_app_ug/run_app", "testpmd", -+ "tests for dpdk pmds", "", 1), -+ ("tools/pdump", "dpdk-pdump", -+ "enable packet capture on dpdk ports", "", 1), -+ ("tools/proc_info", "dpdk-procinfo", -+ "access dpdk port stats and memory info", "", 1)] -+ - ######## :numref: fallback ######## - # The following hook functions add some simple handling for the :numref: - # directive for Sphinx versions prior to 1.3.1. The functions replace the ---- a/mk/rte.sdkdoc.mk -+++ b/mk/rte.sdkdoc.mk -@@ -63,7 +63,7 @@ - all: api-html guides-html guides-pdf - - .PHONY: clean --clean: api-html-clean guides-html-clean guides-pdf-clean -+clean: api-html-clean guides-html-clean guides-pdf-clean guides-man-clean - - .PHONY: api-html - api-html: api-html-clean ---- a/mk/rte.sdkinstall.mk -+++ b/mk/rte.sdkinstall.mk -@@ -66,6 +66,7 @@ - datarootdir ?= $(prefix)/share - docdir ?= $(datarootdir)/doc/dpdk - datadir ?= $(datarootdir)/dpdk -+mandir ?= $(datarootdir)/man - sdkdir ?= $(datadir) - targetdir ?= $(datadir)/$(RTE_TARGET) - -@@ -133,6 +134,11 @@ - $(DESTDIR)$(sbindir)/dpdk-devbind) - $(Q)$(call rte_symlink, $(DESTDIR)$(datadir)/tools/dpdk-pmdinfo.py, \ - $(DESTDIR)$(bindir)/dpdk-pmdinfo) -+ifneq ($(wildcard $O/doc/man/*/*.1),) -+ $(Q)$(call rte_mkdir, $(DESTDIR)$(mandir)) -+ $(Q)$(call rte_mkdir, $(DESTDIR)$(mandir)/man1) -+ $(Q)cp -a $O/doc/man/*/*.1 $(DESTDIR)$(mandir)/man1 -+endif - - install-kmod: - ifneq ($(wildcard $O/kmod/*),) |