Skip to content

Commit

Permalink
Generate docs in html dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 30, 2024
1 parent fd2e7a2 commit fa52311
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ GENERATE_HTML = YES
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# put in front of it. If left blank `html' will be used as the default path.

HTML_OUTPUT = .
HTML_OUTPUT =

# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
Expand Down
5 changes: 0 additions & 5 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ 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: 0 additions & 5 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,6 @@ 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 fa52311

Please sign in to comment.