mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
gophermap -> gophermap.sample, be more descriptive with the name
This commit is contained in:
parent
5bba12cd85
commit
7c57f211c6
2
Makefile
2
Makefile
@ -177,7 +177,7 @@ install-docs:
|
|||||||
install-root:
|
install-root:
|
||||||
if [ ! -d "$(ROOT)" -o ! -f "$(ROOT)/$(MAP)" ]; then \
|
if [ ! -d "$(ROOT)" -o ! -f "$(ROOT)/$(MAP)" ]; then \
|
||||||
mkdir -p $(ROOT); \
|
mkdir -p $(ROOT); \
|
||||||
$(INSTALL) -m 644 $(MAP) $(ROOT); \
|
$(INSTALL) -m 644 $(MAP).sample $(ROOT); \
|
||||||
ln -s $(DOCDIR) $(ROOT)/docs; \
|
ln -s $(DOCDIR) $(ROOT)/docs; \
|
||||||
fi
|
fi
|
||||||
@echo
|
@echo
|
||||||
|
Loading…
Reference in New Issue
Block a user