File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - linux
1313 - osx
1414before_install :
15- - if [ ${TRAVIS_OS_NAME} = "linux" ]; then sudo apt-get update -qq; sudo apt-get install -y autoconf automake m4 libtool doxygen doxygen-latex liblua5.1-0-dev libdumbnet-dev; fi
15+ - if [ ${TRAVIS_OS_NAME} = "linux" ]; then sudo apt-get update -qq; sudo apt-get install -qq autoconf automake m4 libtool doxygen doxygen-latex liblua5.1-0-dev libdumbnet-dev; fi
1616 - if [ ${TRAVIS_OS_NAME} = "osx" ]; then brew update; brew install doxygen lua@5.1 libdnet; fi
1717install : cd libnet && ../Prepare && ../Build
1818after_success :
Original file line number Diff line number Diff line change 66# Process this file with automake to produce a Makefile.in script.
77
88
9- DISTCHECK_CONFIGURE_FLAGS = \
10- --enable-doxygen-doc \
11- --disable-samples
9+ # DISTCHECK_CONFIGURE_FLAGS = \
10+ # --enable-doxygen-doc \
11+ # --disable-samples
1212
1313# Include macros implemented in the directory m4
1414ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
@@ -62,12 +62,12 @@ APIDOCS = $(top_srcdir)/doc/api/*.html \
6262 $(top_srcdir ) /doc/api/*.css \
6363 $(top_srcdir ) /doc/api/*.png
6464
65- APIDOC_DEPS = doc/libnet.doxygen.conf \
66- doc/libnet.Pod \
67- doc/libnet-config.Pod \
68- doc/libnet_api_header.html_tmpl \
69- doc/libnet_api_footer.html_tmpl \
70- doc/libnet_api_stylesheet.css_tmpl
65+ APIDOC_DEPS = $( top_srcdir ) / doc/libnet.doxygen.conf \
66+ $( top_srcdir ) / doc/libnet.Pod \
67+ $( top_srcdir ) / doc/libnet-config.Pod \
68+ $( top_srcdir ) / doc/libnet_api_header.html_tmpl \
69+ $( top_srcdir ) / doc/libnet_api_footer.html_tmpl \
70+ $( top_srcdir ) / doc/libnet_api_stylesheet.css_tmpl
7171
7272dist_doc_DATA = doc/CHANGELOG \
7373 doc/CONTRIB \
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ DX_RTF_FEATURE(OFF)
188188DX_XML_FEATURE(OFF)
189189DX_PDF_FEATURE(ON)
190190DX_PS_FEATURE(OFF)
191- DX_INIT_DOXYGEN(${PACKAGE_NAME}, [ doc/libnet.doxygen.conf] , [ doc] )
191+ DX_INIT_DOXYGEN(${PACKAGE_NAME}, [ ${ac_top_srcdir}/ doc/libnet.doxygen.conf] , [ doc] )
192192AM_CONDITIONAL(ENABLE_DOXYGEN,[ test "x${DX_FLAG_doc}" = x1] )
193193
194194if test ${DX_FLAG_doc} -eq 1; then
You can’t perform that action at this time.
0 commit comments