Revert "Revert "Ensure that ELN comps are regenerated""

This reverts commit 5193274282.

We now have the needed package installed, so lets try this again.
This commit is contained in:
Kevin Fenzi 2023-10-02 10:48:07 -07:00
parent 5193274282
commit 89b366c20e

View File

@ -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