commit | 2e85e4d5c995871e10b383a64102d91a865b9600 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <tansell@google.com> | Tue May 18 06:11:02 2021 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Tue May 18 06:11:58 2021 -0700 |
tree | 84a9f034d000115e7dfb6108e7e1fb7662bc3674 | |
parent | 6a7eac9063a0ec74993cd1c4800941876857b4e8 [diff] |
Rework `make update-rst`. Always update the README.rst files when running the command. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
diff --git a/Makefile b/Makefile index fb071b6..e187ffd 100644 --- a/Makefile +++ b/Makefile
@@ -48,8 +48,10 @@ -e's@.. warning::@*Warning*@g' \ > $@ -update-rst: $(RST_OUT) +update-rst: @echo Found $(RST_SRC) source files. + @touch $(RST_SRC) + make $(RST_OUT) COPYRIGHT_HOLDER := SkyWater PDK Authors