Message ID | 1462395594-17671-3-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | 6874f9566a705551afe79232c77072aad7308d40 |
Headers | show |
diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am index ffb0d1c..214e2c0 100644 --- a/doc/users-guide/Makefile.am +++ b/doc/users-guide/Makefile.am @@ -21,7 +21,7 @@ endif EXTRA_DIST = $(SRC) $(IMAGES) doc_DATA = $(TARGET) -$(TARGET): $(SRC) +$(TARGET): $(SRC) $(IMAGES) clean-local: rm -f $(builddir)/$(TARGET)
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- doc/users-guide/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)