summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-01-09 11:21:23 +0100
committerYorhel <git@yorhel.nl>2010-01-09 11:26:21 +0100
commit4531862cec3b982eb8e08e66b4ad8ea7987d4bc3 (patch)
tree80c15e44032458d3fbea45818df9d291535e9df6 /Makefile
parent81380525f2c4385577019ae964039dcf3c791625 (diff)
SQL: Split dump.sql into several files and merged update_2.10.sql
The functions can now be edited without having to repeat them in the update scripts. Just importing the func.sql file with \i will do the trick.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db12c0c4..873ae1f5 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@
# probably makes more sense.
#
# sql-import
-# Imports util/dump.sql into your (presumably empty) database
+# Imports util/sql/all.sql into your (presumably empty) database
#
# update-2.10
# Updates all non-versioned items to 2.10
@@ -128,7 +128,7 @@ endef
sql-import:
- ${runpsql} < util/dump.sql
+ ${runpsql} < util/sql/all.sql
update-2.10: all