Skip to content

Commit

Permalink
scripts/installer/Makefile.am: make sure scripts/installer/common/REA…
Browse files Browse the repository at this point in the history
…DME_ipp-os-shutdown.adoc-spellchecked is cleaned away

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Apr 15, 2024
1 parent 7cbcef7 commit 6356ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ nut:
spellcheck spellcheck-interactive spellcheck-sortdict:
+$(MAKE) -f $(top_builddir)/docs/Makefile $(AM_MAKEFLAGS) MKDIR_P="$(MKDIR_P)" builddir="$(builddir)" srcdir="$(srcdir)" top_builddir="$(top_builddir)" top_srcdir="$(top_srcdir)" SPELLCHECK_SRC="$(SPELLCHECK_SRC)" SPELLCHECK_SRCDIR="$(srcdir)" SPELLCHECK_BUILDDIR="$(builddir)" $@

CLEANFILES = *-spellchecked
CLEANFILES = *-spellchecked */*-spellchecked

# Remove "nut" if it is a symlink to the source tree
clean-local:
Expand Down

0 comments on commit 6356ff6

Please sign in to comment.