Author: mcbrown
Date: 2008-11-24 12:21:15 +0100 (Mon, 24 Nov 2008)
New Revision: 12632
Log:
Adding sakila Workbench file to the sakila tar/zip packages
Modified:
trunk/sample-data/Makefile
trunk/sample-data/sakila/Makefile
Modified: trunk/sample-data/Makefile
===================================================================
--- trunk/sample-data/Makefile 2008-11-24 03:22:39 UTC (rev 12631)
+++ trunk/sample-data/Makefile 2008-11-24 11:21:15 UTC (rev 12632)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 370 bytes
@@ -10,7 +10,8 @@
SUBDIRS = \
sakila \
- world
+ world \
+ employee
all:
@echo "Documents maintained in this directory generally each"
Modified: trunk/sample-data/sakila/Makefile
===================================================================
--- trunk/sample-data/sakila/Makefile 2008-11-24 03:22:39 UTC (rev 12631)
+++ trunk/sample-data/sakila/Makefile 2008-11-24 11:21:15 UTC (rev 12632)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 468 bytes
@@ -36,7 +36,7 @@
clean::
$(RM) sakila.txt
-SAKILA_DB_FILES = sakila-data.sql sakila-schema.sql
+SAKILA_DB_FILES = sakila-data.sql sakila-schema.sql sakila.mwb
sakila-db:: $(SAKILA_DB_FILES)
-$(RM) -r $@ $@-tmp
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12632 - in trunk/sample-data: . sakila | martin.brown | 24 Nov |