Skip to content
Snippets Groups Projects
Commit 12d27f7f authored by neze's avatar neze
Browse files

texhash in make install

parent 7464be23
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ install: package clean
$(call say,copying files to $(POLYPKGDIR))
@cp -r . $(POLYPKGDIR)
@rm -f $(POLYPKGDIR)/Makefile
@texhash || mktexlsr
$(call installed,$(POLYPKGDIR))
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment