]> icculus.org git repositories - duncan/yast2-qt4.git/blob - doc/autodocs/Makefile.am
0d2535ffd35c7f7144c6a473035506b982741e8e
[duncan/yast2-qt4.git] / doc / autodocs / Makefile.am
1 #
2 # Makefile.am for qt/doc/autodocs
3 #
4 # Parameters:
5 #
6 #   AUTODOCS_CC: Directories that the C++ autodocs is built from
7 #                Optional - the default is $(srcdir)/../../src
8 #   AUTODOCS_DEPS: dependencies of the docs, default is $(AUTODOCS_CC)/*.h
9 #   AUTODOCS_PARAMS: more params for ydoxygen
10 #
11 # see also mvidner's post on yast2-announce on 2006-02-21
12
13 # AUTODOCS_CC   = $(srcdir)/../../src/
14
15 AUTODOCS_DEPS = $(srcdir)/../../src/include/*.h
16
17 # Use this to enable generating autodocs:
18 #
19 # include $(top_srcdir)/autodocs-cc.ami
20 #
21 # and this to disable it:
22 #
23 include $(top_srcdir)/autodocs-cc-off.ami