Move sql files to schemas directory
This commit is contained in:
parent
cc4763f7e7
commit
23ba4c2c3b
38 changed files with 24 additions and 14 deletions
|
|
@ -50,19 +50,10 @@ help:
|
|||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
||||
|
||||
SQLFILES = $(wildcard *.sql)
|
||||
SQLDIR = /usr/share/koji
|
||||
# nothing to install for docs, we package from this dir
|
||||
install:
|
||||
@if [ "$(DESTDIR)" = "" ]; then \
|
||||
echo " "; \
|
||||
echo "ERROR: A destdir is required"; \
|
||||
exit 1; \
|
||||
fi
|
||||
@echo "(no install for docs dir)"
|
||||
|
||||
mkdir -p $(DESTDIR)/$(SQLDIR)
|
||||
for p in $(SQLFILES) ; do \
|
||||
install -p -m 644 $$p $(DESTDIR)/$(SQLDIR)/$$p; \
|
||||
done
|
||||
|
||||
html:
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue