mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Replace man_MANS with nodist_man1_MANS
(commit message by nickm)
This commit is contained in:
parent
0df149ff6e
commit
8f60f70e21
@ -17,10 +17,10 @@ all_mans = $(regular_mans) doc/tor-fw-helper
|
|||||||
|
|
||||||
if USE_ASCIIDOC
|
if USE_ASCIIDOC
|
||||||
if USE_FW_HELPER
|
if USE_FW_HELPER
|
||||||
man_MANS = $(all_mans:=.1)
|
nodist_man1_MANS = $(all_mans:=.1)
|
||||||
doc_DATA = $(all_mans:=.html)
|
doc_DATA = $(all_mans:=.html)
|
||||||
else
|
else
|
||||||
man_MANS = $(regular_mans:=.1)
|
nodist_man1_MANS = $(regular_mans:=.1)
|
||||||
doc_DATA = $(regular_mans:=.html)
|
doc_DATA = $(regular_mans:=.html)
|
||||||
endif
|
endif
|
||||||
html_in = $(all_mans:=.html.in)
|
html_in = $(all_mans:=.html.in)
|
||||||
@ -30,7 +30,7 @@ else
|
|||||||
html_in =
|
html_in =
|
||||||
man_in =
|
man_in =
|
||||||
txt_in =
|
txt_in =
|
||||||
man_MANS =
|
nodist_man1_MANS =
|
||||||
doc_DATA =
|
doc_DATA =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ EXTRA_DIST+= doc/HACKING doc/asciidoc-helper.sh \
|
|||||||
|
|
||||||
docdir = @docdir@
|
docdir = @docdir@
|
||||||
|
|
||||||
asciidoc_product = $(man_MANS) $(doc_DATA)
|
asciidoc_product = $(nodist_man1_MANS) $(doc_DATA)
|
||||||
|
|
||||||
# Generate the html documentation from asciidoc, but don't do
|
# Generate the html documentation from asciidoc, but don't do
|
||||||
# machine-specific replacements yet
|
# machine-specific replacements yet
|
||||||
|
Loading…
Reference in New Issue
Block a user