Changeset 9a18e30 in mod_gnutls


Ignore:
Timestamp:
Dec 5, 2016, 2:30:06 PM (6 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
d4d066f
Parents:
e1c094c
Message:

Support basic Doxygen calls

Doxygen targets are included in the generated Makefile. Note that
Doxygen is not called by any of the default targets, nor have any
comments been updated to work well with the Doxygen format.

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    re1c094c r9a18e30  
    1010AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install"
    1111DISTCLEANFILES = config.nice
     12MOSTLYCLEANFILES = $(DX_CLEANFILES)
    1213
    1314SUBDIRS = src test doc
    1415ACLOCAL_AMFLAGS = -I m4
     16
     17@DX_RULES@
  • configure.ac

    re1c094c r9a18e30  
    260260AM_SUBST_NOTMAKE(LISTEN_LIST)
    261261
     262DX_DOXYGEN_FEATURE(ON)
     263DX_DOT_FEATURE(ON)
     264DX_HTML_FEATURE(ON)
     265DX_MAN_FEATURE(OFF)
     266DX_RTF_FEATURE(OFF)
     267DX_XML_FEATURE(OFF)
     268DX_PDF_FEATURE(ON)
     269DX_PS_FEATURE(OFF)
     270DX_INIT_DOXYGEN([mod_gnutls], [doc/doxygen.conf], [doc/api])
     271
    262272AC_CONFIG_FILES([Makefile src/Makefile test/Makefile test/tests/Makefile \
    263                         doc/Makefile include/mod_gnutls.h \
     273                        doc/Makefile doc/doxygen.conf include/mod_gnutls.h \
    264274                        test/proxy_backend.conf \
    265275                        test/apache-conf/listen.conf \
  • doc/.gitignore

    re1c094c r9a18e30  
    11*.html
    22*.pdf
     3doxygen.conf
     4api/
Note: See TracChangeset for help on using the changeset viewer.