Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update Makefile to use a clean logfile #101

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

dbkinder
Copy link
Contributor

While using "make clean" followed by "make html" is a safe working model, with small changes to documents, just doing a "make html" works too and runs much faster (since Sphinx caches information that can be used on another run). Need to overwrite an existing log file though instead of appending to it for the "known error" processing to work properly.

While using "make clean" followed by "make html" is a safe working
model, with small changes to documents, just doing a "make html" works
too and runs much faster (since Sphinx caches information that can be
used on another run).  Need to overwrite an existing log file though
instead of appending to it for the "known error" processing to work
properly.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
Copy link
Collaborator

@tomlenth tomlenth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dbkinder dbkinder merged commit 8f1988f into opea-project:main Sep 11, 2024
1 check passed
@dbkinder dbkinder deleted the makefile10 branch September 25, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants