Skip to content

Commit

Permalink
Better explanation for gtk-doc related dummy targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Sep 19, 2024
1 parent 8158d7b commit 257162b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libgphoto2_port/doc/DocRules.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ dist-hook:
else

all-local:
@echo "Dummy target $@."
@echo "Dummy target $@ without gtk-doc."

dist-hook:
@echo "Dummy target $@."
@echo "Re-run configure with adequate parameters and run make again to build docs."
@echo "Dummy target $@ without gtk-doc."
@echo "Re-run configure with gtk-doc and adequate parameters and run make again to build docs."

install-data-local:
@echo "Dummy target $@"
@echo "Re-run configure with adequate parameters and run make again to build docs."
@echo "Dummy target $@ without gtk-doc"
@echo "Re-run configure with gtk-doc and adequate parameters and run make again to build docs."

endif

Expand Down

0 comments on commit 257162b

Please sign in to comment.