1 ACLOCAL_AMFLAGS = -I m4
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = libquvi.pc
13 SUBDIRS = include lib man1 src examples share doc scripts
19 .PHONY: pod2man pod2html dox cmdline
22 @POD2MAN@ -c "quvi manual" -n quvi \
23 -s 1 -r @VERSION@ $(top_srcdir)/man1/quvi.1.pod $(top_builddir)/man1/quvi.1
25 @echo "error: configure did not find pod2man command"
29 @POD2HTML@ --title="quvi manual" \
30 --infile=$(top_srcdir)/man1/quvi.1.pod \
31 --outfile=$(top_builddir)/man1/quvi.1.html
33 @echo "error: configure did not find pod2html command"
37 @$(DOXYGEN) $(top_builddir)/doxygen.conf
38 @echo doxygen generated pages can be found in doc/ subdir
40 @echo configure did not find doxygen
44 @GENGETOPT@ < $(top_srcdir)/src/cmdline.ggo -C --unamed-opts=URL \
45 --output-dir $(top_srcdir)/src --no-version
47 @echo "error: configure did not find 'gengetopt' command"
51 @rm -rf *.tmp *.core *.html
54 @if test -f $(top_srcdir)/.git/HEAD; then \
55 git log --stat --after="Sun Nov 14 11:03:50 2010" > $@; \
62 distclean-local: local-clean