Skip to content

Commit

Permalink
Try copying docs again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 31, 2024
1 parent fa52311 commit 0e76830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ reference-stamp: Doxyfile.in $(REFERENCE_STAMP_DEP)
$(MKDIR_P) html; \
$(DOXYGEN) Doxyfile; \
touch $@; \
if [ -n "${READTHEDOCS_OUTPUT}" ]; then \
cp -r html "${READTHEDOCS_OUTPUT}/"; \
fi; \
else \
echo >&2; \
echo >&2 "*****************************************************"; \
Expand Down
3 changes: 3 additions & 0 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@ reference-stamp: Doxyfile.in $(REFERENCE_STAMP_DEP)
$(MKDIR_P) html; \
$(DOXYGEN) Doxyfile; \
touch $@; \
if [ -n "${READTHEDOCS_OUTPUT}" ]; then \
cp -r html "${READTHEDOCS_OUTPUT}/"; \
fi; \
else \
echo >&2; \
echo >&2 "*****************************************************"; \
Expand Down

0 comments on commit 0e76830

Please sign in to comment.