Makefile.am | Makefile.am | |||
---|---|---|---|---|
EXTRA_DIST = \ | EXTRA_DIST = \ | |||
tutorial/index.html \ | tutorial/index.html \ | |||
tutorial/xcb.css \ | tutorial/xcb.css \ | |||
xcb.doxygen.in \ | xcb.doxygen.in \ | |||
xkb_internals \ | xkb_internals \ | |||
xkb_issues | xkb_issues | |||
docdirs = $(srcdir)/tutorial | docdirs = $(srcdir)/tutorial | |||
if BUILD_DOCS | if ENABLE_DEVEL_DOCS | |||
if HAVE_DOXYGEN | ||||
if HAVE_DOT | ||||
docdirs += manual | docdirs += manual | |||
# rule to build documentation and copy necessary files | # rule to build documentation and copy necessary files | |||
manual: | manual: | |||
doxygen xcb.doxygen | doxygen xcb.doxygen | |||
# rules to clean | # rules to clean | |||
clean-local: | clean-local: | |||
rm -rf manual/ | rm -rf manual/ | |||
endif | endif | |||
endif | ||||
endif | ||||
all-local: $(docdirs) | all-local: $(docdirs) | |||
# rule to install the html documentation and tutorial in $(htmldir) | # rule to install the html documentation and tutorial in $(htmldir) | |||
install-data-local: | install-data-local: | |||
@if ! test -d "$(DESTDIR)$(htmldir)"; then \ | @if ! test -d "$(DESTDIR)$(htmldir)"; then \ | |||
echo "$(mkinstalldirs) '$(DESTDIR)$(htmldir)'"; \ | echo "$(mkinstalldirs) '$(DESTDIR)$(htmldir)'"; \ | |||
$(mkinstalldirs) '$(DESTDIR)$(htmldir)'; \ | $(mkinstalldirs) '$(DESTDIR)$(htmldir)'; \ | |||
fi | fi | |||
@for d in $(docdirs); do \ | @for d in $(docdirs); do \ | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |