ソースを参照

texhash in make install

neze 9 年 前
コミット
12d27f7fbe
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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: