1 EXTRA_DIST = doxygen.conf.in.in DoxygenLayout.xml tutorial.sgml tutorial.html \
4 dist_man3_MANS = libpwmd.3
5 dist_man1_MANS = pwmc.1
8 $(MAKE) -C $(top_builddir)/src libpwmd.h
10 @sed 's/\(.*\)^^SRC_DIR^^/\1$(shell echo $(abs_top_builddir) | sed 's/\//\\\//g')\/src/' < doxygen.conf.in > doxygen.conf
11 doxygen doxygen.conf && mv -f man/man3/libpwmd.h.3 libpwmd.3.in
12 @test -s libpwmd.3.in && sed '5s/.*$$/libpwmd\.h - an API for accessing pwmd/' < libpwmd.3.in > libpwmd.3 && echo Successfully generated libpwmd.3.
16 tutorial.html: tutorial.sgml
17 sgmltools -b onehtml tutorial.sgml
19 docs: doxygen tutorial.html