Skip to content

Commit

Permalink
[man] drop redundant update-man-page code
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Jan 29, 2018
1 parent d50359b commit f34c54a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions libknet/Makefile.am
Expand Up @@ -146,17 +146,3 @@ crypto_openssl_la_LIBADD = $(openssl_LIBS)
endif

dist_man_MANS = man

update-man-pages: doxyfile.stamp

doxyfile.stamp: Doxyfile
if MANPAGEUPDATES
$(DOXYGEN) Doxyfile
$(DOXY2MAN) -o $(abs_srcdir)/man -s 3 --short-pkg @PACKAGE_NAME@ --pkg "Kronosnet Programmer's Manual" $(builddir)/xml/libknet_8h.xml
else
@echo this system does not have doxy2man or doxygen installed. Unable to update man pages automatically.
endif
touch doxyfile.stamp

clean-local:
rm -rf doxyfile.stamp xml

0 comments on commit f34c54a

Please sign in to comment.