mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:23:01 +01:00
Fix Tox/toxic#276
This commit is contained in:
parent
e22b7a336c
commit
a4e8cb3971
@ -23,7 +23,7 @@ install: toxic
|
|||||||
@echo "Installing man pages"
|
@echo "Installing man pages"
|
||||||
@mkdir -p $(abspath $(DESTDIR)/$(MANDIR))
|
@mkdir -p $(abspath $(DESTDIR)/$(MANDIR))
|
||||||
@for f in $(MANFILES) ; do \
|
@for f in $(MANFILES) ; do \
|
||||||
if [ ! -e "$$f" ]; then \
|
if [ ! -e "$(DOC_DIR)/$$f" ]; then \
|
||||||
continue ;\
|
continue ;\
|
||||||
fi ;\
|
fi ;\
|
||||||
section=$(abspath $(DESTDIR)/$(MANDIR))/man`echo $$f | rev | cut -d "." -f 1` ;\
|
section=$(abspath $(DESTDIR)/$(MANDIR))/man`echo $$f | rev | cut -d "." -f 1` ;\
|
||||||
|
Loading…
Reference in New Issue
Block a user