Parcourir la Source

texhash in make install

neze il y a 9 ans
Parent
commit
12d27f7fbe
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      source/Makefile

+ 1 - 0
source/Makefile

@@ -43,6 +43,7 @@ install: package clean
43 43
 	$(call say,copying files to $(POLYPKGDIR))
44 44
 	@cp -r . $(POLYPKGDIR)
45 45
 	@rm -f $(POLYPKGDIR)/Makefile
46
+	@texhash || mktexlsr
46 47
 	$(call installed,$(POLYPKGDIR))
47 48
 
48 49
 clean: