1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

(distclean): Don't delete `quail' subdir: if we are building in the sandbox,

there are precious files there.
This commit is contained in:
Eli Zaretskii 2008-06-20 13:12:26 +00:00
parent dc2226d0dc
commit fca64cc425
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-20 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (distclean): Don't delete `quail' subdir: if we
are building in the sandbox, there are precious files there.
2008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
* quail/cyrillic.el: Add quotation marks, paragraph symbol, angled

View File

@ -209,7 +209,6 @@ clean mostlyclean:
- $(DEL) leim-list.el
distclean: clean
- $(DELTREE) $(SUBDIRS)
- $(DEL) stamp-subdir
maintainer-clean: distclean