Skip to content

Commit

Permalink
Merge pull request #507 from Flowdalic/no-tools-if-gomd2man-set
Browse files Browse the repository at this point in the history
Make 'docs' target not depend on 'install.tools' if GOMD2MAN is set
  • Loading branch information
rhatdan committed May 13, 2024
2 parents 10f7826 + ff8794c commit 49b3f43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ vendor:
GO111MODULE=on $(GO) mod verify

.PHONY: docs
ifeq ($(GOMD2MAN),)
docs: install.tools
endif
docs:
$(MAKE) -C docs

.PHONY: clean
Expand Down

3 comments on commit 49b3f43

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

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

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

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

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

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

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

Please sign in to comment.