You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../libtirpc/libtirpc-0.2.0-make-docdir.patch |
|
# Copyright (C) 2011 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
Description: Include doc directory while running make |
|
|
|
Primary purpose of this patch is to install the template of '/etc/netconfig' |
|
which is located within the doc directory. |
|
|
|
--- libtirpc-0.2.0/Makefile.am.orig 2011-08-03 16:14:21.273136372 +0200 |
|
+++ libtirpc-0.2.0/Makefile.am 2011-08-03 16:15:00.618219634 +0200 |
|
@@ -1,4 +1,4 @@ |
|
-SUBDIRS = src man |
|
+SUBDIRS = src man doc |
|
|
|
nobase_include_HEADERS = tirpc/netconfig.h \ |
|
tirpc/rpcsvc/crypt.x \ |
|
--- libtirpc-0.2.0/Makefile.in.orig 2011-08-03 16:14:24.465226283 +0200 |
|
+++ libtirpc-0.2.0/Makefile.in 2011-08-03 16:15:13.870559301 +0200 |
|
@@ -199,7 +199,7 @@ |
|
top_build_prefix = @top_build_prefix@ |
|
top_builddir = @top_builddir@ |
|
top_srcdir = @top_srcdir@ |
|
-SUBDIRS = src man |
|
+SUBDIRS = src man doc |
|
nobase_include_HEADERS = tirpc/netconfig.h \ |
|
tirpc/rpcsvc/crypt.x \ |
|
tirpc/rpcsvc/crypt.h \
|
|
|