mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
scstadmin/Makefile: Clean up whitespace usage
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4611 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -62,7 +62,7 @@ install:
|
||||
"be installed first"; false; fi
|
||||
cd $(SCSTADMIN_DIR) && $(MAKE) $@
|
||||
for m in scstadmin/man*/*.[1-9]; do \
|
||||
if [ -e $$m ]; then \
|
||||
if [ -e $$m ]; then \
|
||||
d=$(MANDIR)/$$(basename $$(dirname $$m)); \
|
||||
if install -d $$d; then \
|
||||
install -m 644 $$m $$d; \
|
||||
|
||||
Reference in New Issue
Block a user