[svn] dirmngr - r272 - in trunk: . doc/examples
svn author marcus
cvs at cvs.gnupg.org
Tue Oct 16 17:16:39 CEST 2007
Author: marcus
Date: 2007-10-16 17:16:30 +0200 (Tue, 16 Oct 2007)
New Revision: 272
Modified:
trunk/ChangeLog
trunk/doc/examples/Makefile.am
Log:
2007-10-16 Marcus Brinkmann <marcus at g10code.de>
* doc/examples/Makefile.am (dist_doc_example_DATA): Rename to ...
(nobase_dist_doc_example_DATA): ... this, to preserve subdirectories.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-10-08 10:25:48 UTC (rev 271)
+++ trunk/ChangeLog 2007-10-16 15:16:30 UTC (rev 272)
@@ -1,3 +1,8 @@
+2007-10-16 Marcus Brinkmann <marcus at g10code.de>
+
+ * doc/examples/Makefile.am (dist_doc_example_DATA): Rename to ...
+ (nobase_dist_doc_example_DATA): ... this, to preserve subdirectories.
+
2007-10-08 Werner Koch <wk at g10code.com>
* configure.ac: Require libassuan 1.0.4.
Modified: trunk/doc/examples/Makefile.am
===================================================================
--- trunk/doc/examples/Makefile.am 2007-10-08 10:25:48 UTC (rev 271)
+++ trunk/doc/examples/Makefile.am 2007-10-16 15:16:30 UTC (rev 272)
@@ -1,13 +1,13 @@
doc_exampledir = $(docdir)/examples
-dist_doc_example_DATA = README dirmngr.conf bnetza-10r-ocsp.signer
+nobase_dist_doc_example_DATA = README dirmngr.conf bnetza-10r-ocsp.signer
-dist_doc_example_DATA += \
+nobase_dist_doc_example_DATA += \
trusted-certs/README \
trusted-certs/bnetza-10r-ca.crt
-dist_doc_example_DATA += \
+nobase_dist_doc_example_DATA += \
extra-certs/bnetza-10r-ocsp-1.crt \
extra-certs/bnetza-10r-ocsp-2.crt \
extra-certs/bnetza-10r-ocsp-3.crt \
More information about the Gnupg-commits
mailing list