summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2013-12-09 12:59:51 -0500
committerSteve Dickson <steved@redhat.com>2013-12-09 13:42:44 -0500
commitba51c2f2d92dc14314200f7d03bafe5fab90b103 (patch)
tree4004c50e63ffb855236b988d9c3f4f1dd37efa1f /doc
parentf1309eed31544df5ce4a8ea25bf5e11285ac57ad (diff)
downloadti-rpc-ba51c2f2d92dc14314200f7d03bafe5fab90b103.tar.gz
Fix "make dist" and "make distcheck"
The "dist" target gives us a libtirpc.tar.gz tarball for distribution. The "distcheck" target is a useful test of libtirpc's Makefile infrastructure. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 58de35b..e871ee6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,9 @@
+EXTRA_DIST = etc_netconfig
install: install-am
$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)
cp -p $(srcdir)/etc_netconfig $(DESTDIR)/$(sysconfdir)/netconfig
chmod 0644 $(DESTDIR)/$(sysconfdir)/netconfig
+
+uninstall: uninstall-am
+ $(RM) $(DESTDIR)/$(sysconfdir)/netconfig