Remove src/macuvs.h from Git repository

It can be generated automatically and easily during a normal
bootstrap, so there’s no need to keep it in the repository.
* admin/unidata/Makefile.in (maintainer-clean):
Behave like extraclean and remove macuvs.h etc.
* src/macuvs.h: Remove.
This commit is contained in:
Paul Eggert 2019-06-21 14:45:35 -07:00
parent 9f64c4e8de
commit 7555f9321d
2 changed files with 3 additions and 9214 deletions

View file

@ -112,10 +112,11 @@ distclean: clean
rm -f Makefile
maintainer-clean: distclean
rm -f ${top_srcdir}/src/macuvs.h
## Do not remove these files, even in a bootstrap, because they rarely
## change and it slows down bootstrap (a tiny bit).
## Cf leim/ja-dic (which is much slower).
extraclean: distclean
rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el*
extraclean: maintainer-clean
rm -f ${unidir}/charscript.el*
rm -f ${unifiles} ${unidir}/charprop.el

File diff suppressed because it is too large Load diff