Skip to content

Commit

Permalink
Makefile.am: add a rule to check-htmlproofer-OUTDIR_PUBLISHED as well [
Browse files Browse the repository at this point in the history
…networkupstools#52]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed May 7, 2024
1 parent 1cfb9f1 commit f155158
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ check-htmlproofer-OUTDIR_BASE:
test -d $(OUTDIR_BASE)
$(HTMLPROOFER) $(OUTDIR_BASE)

# Fetched/updated via git checkout, e.g. by ci_build.sh
OUTDIR_PUBLISHED = networkupstools.github.io
check-htmlproofer-OUTDIR_PUBLISHED:
test -d $(OUTDIR_PUBLISHED)
$(HTMLPROOFER) $(OUTDIR_PUBLISHED)

else !WITH_HTMLPROOFER

check-htmlproofer check-htmlproofer-OUTDIR check-htmlproofer-OUTDIR_BASE:
Expand Down

0 comments on commit f155158

Please sign in to comment.