* builds/toplevel.mk (do-dist): Remove submodules
directory.
This commit is contained in:
parent
a6adb25626
commit
7d3ab6a7db
2 changed files with 7 additions and 0 deletions
|
@ -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`.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue