Browse Source

build: regenerate general.ent if fix.sh updated

Xℹ Ruoyao 4 years ago
parent
commit
6b2c988867
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -54,3 +54,7 @@ $(MLANG)/book/%.xml: $(LFS_EN)/%.xml $(MLANG)/%.po
 $(MLANG)/book/%: $(LFS_EN)/%
 	mkdir -pv "$(@D)"
 	cp -v $< $@
+
+$(MLANG)/book/general.ent: $(LFS_EN)/general.ent fix.sh
+	mkdir -pv "$(@D)"
+	cp -v $< $@