diff options
author | NIIBE Yutaka <[email protected]> | 2019-07-12 08:19:17 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2019-07-12 08:24:26 +0000 |
commit | 58bab1a8784b0dbae70b5d74757cd56484292d1c (patch) | |
tree | 658452f94c662d2eefc8cb2b2b96a8878492fcfc | |
parent | Fix a reference in comment. (diff) | |
download | gnupg-58bab1a8784b0dbae70b5d74757cd56484292d1c.tar.gz gnupg-58bab1a8784b0dbae70b5d74757cd56484292d1c.zip |
doc: Dependencies for figures are only for maintainers.
* doc/Makefile.am [MAINTAINER_MODE] (.svg.eps, etc.): Enable only
when maintainer-mode.
GnuPG-bug-id: 4280
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index cef9ff29f..0c44217d0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -121,6 +121,7 @@ mkdefsinc: mkdefsinc.c Makefile ../config.h $(CC_FOR_BUILD) -I. -I.. -I$(srcdir) $(AM_CPPFLAGS) \ -o $@ $(srcdir)/mkdefsinc.c +if MAINTAINER_MODE .svg.eps: convert `test -f '$<' || echo '$(srcdir)/'`$< $@ @@ -141,6 +142,7 @@ mkdefsinc: mkdefsinc.c Makefile ../config.h .fig.pdf: fig2dev -L pdf `test -f '$<' || echo '$(srcdir)/'`$< $@ +endif yat2m-stamp: $(myman_sources) defs.inc |