Skip to content

Commit

Permalink
Man pages need to be installed as nroff source, not output.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerBothner committed Feb 19, 2017
1 parent 22f4ce4 commit 831132d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -304,19 +304,10 @@ else
endif
endif

man_MANS = doc/domterm.1
man1_MANS = doc/domterm.man
if WITH_LIBWEBSOCKETS
man_MANS += doc/ldomterm.1
man1_MANS += doc/ldomterm.man
endif
if WITH_QTWEBENGINE
man_MANS += doc/qtdomterm.1
man1_MANS += doc/qtdomterm.man
endif
doc/domterm.1: $(srcdir)/doc/domterm.man
nroff -man $< > tpm-domterm.1
mv tpm-domterm.1 doc/domterm.1
doc/ldomterm.1: $(srcdir)/doc/ldomterm.man
nroff -man $< > tpm-ldomterm.1
mv tpm-ldomterm.1 doc/ldomterm.1
doc/qtdomterm.1: $(srcdir)/doc/qtdomterm.man
nroff -man $< > tpm-qtdomterm.1
mv tpm-qtdomterm.1 doc/qtdomterm.1

0 comments on commit 831132d

Please sign in to comment.