From 89b366c20e2f9e2a62546fde7ed46c140b84a28c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 2 Oct 2023 10:48:07 -0700 Subject: [PATCH] Revert "Revert "Ensure that ELN comps are regenerated"" This reverts commit 5193274282f7e3647e2a06d887098c2479383deb. We now have the needed package installed, so lets try this again. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d533b63..55452a2e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ XMLINFILES=$(wildcard *.xml.in) XMLFILES = $(patsubst %.xml.in,%.xml,$(XMLINFILES)) -all: po $(XMLFILES) sort +all: comps-eln.xml.in po $(XMLFILES) comps-eln.xml sort po: $(XMLINFILES) make -C po -f Makefile || exit 1