summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 837bc74cd..7ea3d8304 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -126,6 +126,7 @@ fixtures_common: fixtures_common_importers fixtures_common_towns
ishtar_common.persontype \
ishtar_common.organizationtype \
ishtar_common.sourcetype \
+ ishtar_common.operationtype \
> '../ishtar_common/fixtures/initial_data-'$(default_data)'.json'
fixtures_common_importers:
@@ -150,7 +151,6 @@ fixtures_common_towns:
fixtures_operations:
cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \
archaeological_operations.acttype \
- archaeological_operations.operationtype \
archaeological_operations.period \
archaeological_operations.remaintype \
> '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json'