From 4ab5cbcd5558ee6d6a6af3a5ce3b6b09713835c1 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Mon, 16 Oct 2017 12:01:22 +0200
Subject: [PATCH] Kleinere Korrekturen Makefile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d877a466..ef1d0364 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ normdaten:
 
 .PHONY: linkmap
 linkmap:
-	calabash.cmd -i resources/daten/edition/diarium.xml -o resources/daten/edition/diarium/linkmap.xml resources/xproc/edition/linkmap.xpl
+	calabash.cmd -i resources/daten/edition/diarium/diarium.xml -o resources/daten/edition/diarium/linkmap.xml resources/xproc/edition/linkmap.xpl
 
 .PHONY: deploy
 deploy:
@@ -39,4 +39,4 @@ beacon: linkmap
 	transform.cmd -o:public/beacon.txt -xsl:resources/xproc/edition/beacon.xsl resources/daten/edition/diarium/linkmap.xml
 
 .PHONY: publish
-publish: mets linkmap sitemap solr deploy
+publish: mets linkmap sitemap repository beacon solr deploy
-- 
GitLab