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 Dec 16, 2017
1 parent 772ad26 commit d4b8f0b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions libknet/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,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 d4b8f0b

Please sign in to comment.