* builds/toplevel.mk (do-dist): Remove `submodules` directory.

This commit is contained in:
Werner Lemberg 2020-12-05 09:29:25 +01:00
parent a6adb25626
commit 7d3ab6a7db
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-12-05 Werner Lemberg <wl@gnu.org>
* builds/toplevel.mk (do-dist): Remove `submodules` directory.
2020-12-02 Werner Lemberg <wl@gnu.org>
* src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.

View File

@ -291,4 +291,7 @@ do-dist: distclean refdoc
rm -rf docs/markdown
rm -f docs/mkdocs.yml
@# Remove more stuff related to git.
rm -rf submodules
# EOF