diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-01-18 17:31:10 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-30 21:47:53 -0500 |
commit | f660877b38e563c4aa0cb1431624069808873fec (patch) | |
tree | 9804cc2329be24b1d5f6ac04417c12d3e4c8adc4 /Makefile.am | |
parent | 7dafccebf53288d4a57ec1942ca0aa7b8568dbc7 (diff) | |
download | sssd-f660877b38e563c4aa0cb1431624069808873fec.tar.gz sssd-f660877b38e563c4aa0cb1431624069808873fec.tar.xz sssd-f660877b38e563c4aa0cb1431624069808873fec.zip |
SUDO: Provide documentation for the SUDO API
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index cefce80c1..067a00a79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1233,11 +1233,14 @@ if HAVE_DOXYGEN docs: $(DOXYGEN) src/doxy.config $(DOXYGEN) src/providers/ipa/ipa_hbac.doxy -else +if BUILD_SUDO + $(DOXYGEN) src/sss_client/sudo/sss_sudo.doxy +endif BUILD_SUDO +else !HAVE_DOXYGEN docs: @echo "Doxygen not installed, cannot generate documentation" @exit 1 -endif +endif !HAVE_DOXYGEN all-local: ldb_mod_test_dir if BUILD_PYTHON_BINDINGS |