Skip to content

Commit

Permalink
Copy doc tree into place.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 30, 2024
1 parent 56e237d commit fd2e7a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ reference-stamp: Doxyfile.in $(REFERENCE_STAMP_DEP)
if [ -x "$(DOXYGEN)" ]; then \
$(MKDIR_P) html; \
$(DOXYGEN) Doxyfile; \
if [ -n "${READTHEDOCS_SOURCE:-}" ]; then \
if [ "${READTHEDOCS_SOURCE}" != "$(pwd)" ]; then \
cp -r html "${READTHEDOCS_SOURCE}/html" \
fi; \
fi; \
touch $@; \
else \
echo >&2; \
Expand Down
5 changes: 5 additions & 0 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,11 @@ reference-stamp: Doxyfile.in $(REFERENCE_STAMP_DEP)
if [ -x "$(DOXYGEN)" ]; then \
$(MKDIR_P) html; \
$(DOXYGEN) Doxyfile; \
if [ -n "${READTHEDOCS_SOURCE:-}" ]; then \
if [ "${READTHEDOCS_SOURCE}" != "$(pwd)" ]; then \
cp -r html "${READTHEDOCS_SOURCE}/html" \
fi; \
fi; \
touch $@; \
else \
echo >&2; \
Expand Down

0 comments on commit fd2e7a2

Please sign in to comment.