ソースを参照

texhash in make install

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