diff options
author | Andre Heinecke <[email protected]> | 2019-09-10 07:52:02 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2019-09-10 08:07:19 +0000 |
commit | c69a37dcbdc8db47489fbf744f58bb61399d223f (patch) | |
tree | efa3319b096054ade1b9299866c219f42c938931 | |
parent | gpg: expand GPG groups when resolving a key (diff) | |
download | gnupg-c69a37dcbdc8db47489fbf744f58bb61399d223f.tar.gz gnupg-c69a37dcbdc8db47489fbf744f58bb61399d223f.zip |
doc: Fix distchek for generated eps file
* doc/Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add
gnupg-module-overview.eps, gnupg-card-architecture.eps
(DISTCLEANFILES): Remove them.
--
The files needs to be added so that it is properly
included in the dist tarball. As the rule
for it was moved into maintainer mode by 58bab1a.
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0c44217d0..541c2fc20 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -46,6 +46,7 @@ profiles = EXTRA_DIST = samplekeys.asc mksamplekeys com-certs.pem \ gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png gnupg-logo-tr.png \ gnupg-module-overview.png gnupg-module-overview.pdf \ + gnupg-module-overview.eps gnupg-card-architecture.eps \ gnupg-card-architecture.png gnupg-card-architecture.pdf \ FAQ gnupg7.texi mkdefsinc.c defsincdate \ opt-homedir.texi see-also-note.texi specify-user-id.texi \ @@ -53,6 +54,7 @@ EXTRA_DIST = samplekeys.asc mksamplekeys com-certs.pem \ trust-values.texi BUILT_SOURCES = gnupg-module-overview.png gnupg-module-overview.pdf \ + gnupg-module-overview.eps gnupg-card-architecture.eps \ gnupg-card-architecture.png gnupg-card-architecture.pdf \ defsincdate defs.inc @@ -110,8 +112,6 @@ watchgnupg_SOURCE = gnupg.texi CLEANFILES = yat2m mkdefsinc defs.inc DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \ - gnupg-card-architecture.eps \ - gnupg-module-overview.eps \ $(myman_pages) gnupg.7 yat2m: yat2m.c |