mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
gophermap -> gophermap.sample, be more descriptive with the name
This commit is contained in:
parent
34cbd01ac3
commit
c782dc22f9
2
Makefile
2
Makefile
@ -175,7 +175,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