doc/Makefile.am: SUBDIRS: Add man7
[libquvi.git] / doc / Makefile.am
blob7d4207a846251957c168610a70447c6f0771464f
1 EXTRA_DIST=
2 SUBDIRS=
3 if WITH_MANUAL
4 SUBDIRS+=man3 man7
5 endif
6 if HAVE_DOXYGEN
7 SUBDIRS+=dox
8 endif
10 # vim: set ts=2 sw=2 tw=72 expandtab: