From d4835357d2e96fd8a3a33bfaf9f7b459ba31e978 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 11 Oct 2019 21:01:38 +0100 Subject: Properly working make clean when in group mode Until now, when you ran `make clean', all the directories under `$(BDIR)/tex/' would be deleted except for `macros' and `build'. This was good for the single-user mode. But in group mode, this would delete the user-specific TeX build directory because its called `build-USER', not `build'. With this commit, to fix the problem, we define the new `texbtopdir' and based on the group condition, and use that to specify which directory to not delete. --- .file-metadata | Bin 6413 -> 6413 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index d15fbaf..9fcebd9 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1