]> granicus.if.org Git - sudo/commitdiff
Move example dir under the doc dir to conform to Debian guidelines.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2015 16:50:09 +0000 (09:50 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2015 16:50:09 +0000 (09:50 -0700)
Bug #682.

Makefile.in
examples/Makefile.in

index 6ecc0842ed5539b82fa6cbc2d85e0cf4205c3ceb..bed40d2676b416c1f8623da6f1408fd0ef31978b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller@courtesan.com>
 #
 # 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@
index 7ef45c621686be53521f75a65dc22345d277547d..01eb0512160892a6256dc18d7cf6454d7fce22e7 100644 (file)
@@ -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@