Mercurial > ~dholland > hg > swallowtail > index.cgi
view database/Makefile @ 41:81851564f552
The initial description, how_to_repeat, and fix go in the first message.
Storing them separately only creates a pile of special cases.
author | David A. Holland |
---|---|
date | Sun, 15 Jun 2014 17:55:56 -0400 |
parents | b296ea10b8f5 |
children |
line wrap: on
line source
TOP=.. include $(TOP)/mk/base.mk all depend clean distclean: ; INSTDIR=$(DESTDIR)$(PREFIX)/share/swallowtail/sql install: [ -d $(INSTDIR) ] || mkdir -p $(INSTDIR) [ -d $(INSTDIR)/init ] || mkdir -p $(INSTDIR)/init [ -d $(INSTDIR)/schema ] || mkdir -p $(INSTDIR)/schema $(INSTALL) -c -m644 *.sql $(INSTDIR)/ $(INSTALL) -c -m644 init/*.sql $(INSTDIR)/init/ $(INSTALL) -c -m644 schema/*.sql $(INSTDIR)/schema/