Changeset 9a18e30 in mod_gnutls
- Timestamp:
- Dec 5, 2016, 2:30:06 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- d4d066f
- Parents:
- e1c094c
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
re1c094c r9a18e30 10 10 AM_DISTCHECK_CONFIGURE_FLAGS = "--enable-vpath-install" 11 11 DISTCLEANFILES = config.nice 12 MOSTLYCLEANFILES = $(DX_CLEANFILES) 12 13 13 14 SUBDIRS = src test doc 14 15 ACLOCAL_AMFLAGS = -I m4 16 17 @DX_RULES@ -
configure.ac
re1c094c r9a18e30 260 260 AM_SUBST_NOTMAKE(LISTEN_LIST) 261 261 262 DX_DOXYGEN_FEATURE(ON) 263 DX_DOT_FEATURE(ON) 264 DX_HTML_FEATURE(ON) 265 DX_MAN_FEATURE(OFF) 266 DX_RTF_FEATURE(OFF) 267 DX_XML_FEATURE(OFF) 268 DX_PDF_FEATURE(ON) 269 DX_PS_FEATURE(OFF) 270 DX_INIT_DOXYGEN([mod_gnutls], [doc/doxygen.conf], [doc/api]) 271 262 272 AC_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 \ 264 274 test/proxy_backend.conf \ 265 275 test/apache-conf/listen.conf \ -
doc/.gitignore
re1c094c r9a18e30 1 1 *.html 2 2 *.pdf 3 doxygen.conf 4 api/
Note: See TracChangeset
for help on using the changeset viewer.