Skip to content

Commit 503c9e3

Browse files
dkgdd9jn
authored andcommitted
doc: Do not install gnupg.7.html into usr/share/man/manh/
* doc/Makefile.am: Ship gnupg.7.html with other html, not with manpages. -- Without this change, gnupg.7.html gets placed in /usr/share/manh/ Since it can't be correctly rendered by groff, this is undesirable. Signed-off-by: Daniel Kahn Gillmor <[email protected]>
1 parent 70049e5 commit 503c9e3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/Makefile.am

+5-4
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,18 @@ myhtmlman_pages = \
9393
gpgtar.1.html gpg-mail-tube.1.html \
9494
applygnupgdefaults.8.html gpg-wks-client.1.html \
9595
gpg-wks-server.1.html \
96-
dirmngr-client.1.html gpg-card.1.html gpg-check-pattern.1.html
96+
dirmngr-client.1.html gpg-card.1.html gpg-check-pattern.1.html \
97+
gnupg.7.html
9798

98-
man_MANS = $(myman_pages) gnupg.7 gnupg.7.html
99+
man_MANS = $(myman_pages) gnupg.7
99100

100101
watchgnupg_SOURCE = gnupg.texi
101102

102103

103104
CLEANFILES = mkdefsinc defs.inc
104105

105106
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
106-
$(myman_pages) gnupg.7 gnupg.7.html $(myhtmlman_pages)
107+
$(myman_pages) gnupg.7 $(myhtmlman_pages)
107108

108109
mkdefsinc: mkdefsinc.c Makefile ../config.h
109110
$(CC_FOR_BUILD) -I. -I.. -I$(srcdir) $(AM_CPPFLAGS) \
@@ -148,7 +149,7 @@ yat2m-stamp: $(myman_sources) defs.inc
148149
@mv -f yat2m-stamp.tmp $@
149150

150151

151-
$(myman_pages) $(myhtmlman_pages) gnupg.7 gnupg.7.html : yat2m-stamp defs.inc
152+
$(myman_pages) $(myhtmlman_pages) gnupg.7 : yat2m-stamp defs.inc
152153
@if test -f $@; then :; else \
153154
trap 'rm -rf yat2m-stamp yat2m-lock' 1 2 13 15; \
154155
if mkdir yat2m-lock 2>/dev/null; then \

0 commit comments

Comments
 (0)