diff options
author | Simon McVittie <smcv@collabora.com> | 2018-12-04 11:41:11 +0000 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-12-04 11:41:23 +0000 |
commit | f134e2d2c7ae53965dfba0c85bf76ad38fb7fa4c (patch) | |
tree | 7416ea91e50198b845d0c1b927bb221525f719a9 /doc | |
parent | 21db07e18dfbde6e2ba185a4db6346045ce46ef1 (diff) | |
download | dbus-f134e2d2c7ae53965dfba0c85bf76ad38fb7fa4c.tar.gz |
doc: Remove obsolete message about man2html
We no longer run man2html.
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 4851da20..831c08a1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -189,7 +189,6 @@ else maintainer-upload-docs: @echo "Can't upload documentation! Re-run configure with" @echo " --enable-doxygen-docs --enable-xml-docs --enable-ducktype-docs" - @echo "and ensure that man2html is installed." @false endif |