From: Todd C. Miller Date: Tue, 10 Feb 2015 16:50:09 +0000 (-0700) Subject: Move example dir under the doc dir to conform to Debian guidelines. X-Git-Tag: SUDO_1_8_13^2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=117a30faced3b994a1316d9034876f6a3ef864fa;p=sudo Move example dir under the doc dir to conform to Debian guidelines. Bug #682. --- diff --git a/Makefile.in b/Makefile.in index 6ecc0842e..bed40d267 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2014 Todd C. Miller +# Copyright (c) 2010-2015 Todd C. Miller # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -32,7 +32,7 @@ datarootdir = @datarootdir@ localedir = @localedir@ localstatedir = @localstatedir@ docdir = @docdir@ -exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME) +exampledir = $(docdir)/examples mandir = @mandir@ rundir = @rundir@ vardir = @vardir@ diff --git a/examples/Makefile.in b/examples/Makefile.in index 7ef45c621..01eb05121 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -20,7 +20,8 @@ #### Start of system configuration section. #### srcdir = @srcdir@ -exampledir = $(datarootdir)/examples/$(PACKAGE_TARNAME) +docdir = @docdir@ +exampledir = $(docdir)/examples top_builddir = @top_builddir@ top_srcdir = @top_srcdir@