Sfoglia il codice sorgente

texhash in make install

neze 10 anni fa
parent
commit
12d27f7fbe
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      source/Makefile

+ 1 - 0
source/Makefile

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