Skip to content

Commit

Permalink
[man] do not ship precompiled doxyxml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <[email protected]>
  • Loading branch information
fabbione committed Jan 28, 2018
1 parent 28a1117 commit f508dc4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SPEC = $(PACKAGE_NAME).spec

TARGZFILE = $(PACKAGE_NAME)-$(VERSION).tar.gz

EXTRA_DIST = build-aux autogen.sh .version \
EXTRA_DIST = autogen.sh .version \
NOTES_TO_PACKAGE_MAINTAINERS \
$(SPEC).in

Expand Down
4 changes: 4 additions & 0 deletions build-aux/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ MAINTAINERCLEANFILES = Makefile.in

include $(top_srcdir)/build-aux/check.mk

EXTRA_DIST = check.mk gitlog-to-changelog git-version-gen \
knet_valgrind_helgrind.supp knet_valgrind_memcheck.supp \
release.mk update-copyright.sh

noinst_PROGRAMS = doxyxml

doxyxml_SOURCES = doxyxml.c
Expand Down
8 changes: 5 additions & 3 deletions libknet/man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ man3_MANS = \

$(MANS): doxyfile.stamp

doxyfile.stamp: Doxyfile $(abs_srcdir)/../libknet.h $(abs_top_builddir)/build-aux/doxyxml $(abs_top_srcdir)/build-aux/doxyxml.c
$(MAKE) -C $(abs_top_builddir)/build-aux doxyxml
$(top_builddir)/build-aux/doxyxml: $(top_srcdir)/build-aux/doxyxml.c
$(MAKE) -C $(top_builddir)/build-aux doxyxml

doxyfile.stamp: Doxyfile $(top_srcdir)/libknet/libknet.h $(top_builddir)/build-aux/doxyxml $(top_srcdir)/build-aux/doxyxml.c
$(DOXYGEN) Doxyfile
$(abs_top_builddir)/build-aux/doxyxml -m -P -o $(abs_builddir) -s 3 -p @PACKAGE_NAME@ -H "Kronosnet Programmer's Manual" -d $(abs_builddir)/xml/ libknet_8h.xml
$(top_builddir)/build-aux/doxyxml -m -P -o $(builddir) -s 3 -p @PACKAGE_NAME@ -H "Kronosnet Programmer's Manual" -d $(builddir)/xml/ libknet_8h.xml
touch doxyfile.stamp

clean-local:
Expand Down

0 comments on commit f508dc4

Please sign in to comment.