Skip to content

Commit

Permalink
Fix doc Makefile conditional
Browse files Browse the repository at this point in the history
[update-doc]
  • Loading branch information
giacomofiorin committed Dec 4, 2023
1 parent 00eae35 commit 7934bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ IMAGES = cover-512px.jpg eulerangles-512px.png
# Install docs in the website tree, under the folder named $(COLVARS_RELEASE).
# Note: to produce the documentation for a specific release of a MD engine,
# check out the branch or tag corresponding to that version, clean and rebuild.
ifeq ($(COLVARS_RELEASE),"master")
ifeq ($(COLVARS_RELEASE),master)

webpage: all images doxygen
mkdir -p $(COLVARS_WEBSITE_TREE)/$(COLVARS_RELEASE) ; \
Expand Down

0 comments on commit 7934bb6

Please sign in to comment.