X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=docs%2FMakefile.am;h=6e6f23bd478971190260e66f78a301ec5f509407;hp=e998555129a37b68842c32c535133bfc8129be56;hb=9e734911e96ae83b0f41afa5073d5313bc197d96;hpb=d527bfdb9682b1824e1c2df318a92291aaa48860 diff --git a/docs/Makefile.am b/docs/Makefile.am index e998555..6e6f23b 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,4 +1,17 @@ -SUBDIRS = api +man1_MANS = aweather.1 wsr88ddec.1 +html_DATA = aweather.html userguide.html + +EXTRA_DIST = $(man1_MANS) $(html_DATA) \ + aweather.ad wsr88ddec.ad + +%.html: %.ad + asciidoc $< + +%.1: %.ad + a2x -f manpage $< + +test: $(man1_MANS) + nroff -man $(man1_MANS) maintainer-clean-local: rm -f Makefile.in