Skip to content

Commit

Permalink
[man] use new doxyxml date options to build man pages
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 Mar 17, 2018
1 parent e4d2465 commit f8b11d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/Makefile.am
Expand Up @@ -117,7 +117,8 @@ doxyfile-knet.stamp: $(builddir)/doxyxml Doxyfile-knet $(top_srcdir)/libknet/lib
fi; \
fi; \
fi; \
$(builddir)/doxyxml -m -P -o $(builddir) -s 3 -p @PACKAGE_NAME@ -H "Kronosnet Programmer's Manual" -d $(builddir)/xml-knet/ libknet_8h.xml
yeardate=`echo $$mandate | sed -e "s#-.*##g"` && \
$(builddir)/doxyxml -D $$mandate -Y $$yeardate -m -P -o $(builddir) -s 3 -p @PACKAGE_NAME@ -H "Kronosnet Programmer's Manual" -d $(builddir)/xml-knet/ libknet_8h.xml
touch doxyfile-knet.stamp

endif
Expand Down

0 comments on commit f8b11d8

Please sign in to comment.