mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 22:18:41 +00:00
Merge pull request #284 from kevinb7/kevinb7-patch-5
Updated Makefile so that it "make dist" works on OS X
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ build: setup lint build/katex.min.js build/katex.min.css contrib zip compress
|
|||||||
|
|
||||||
dist: build
|
dist: build
|
||||||
rm -rf dist/
|
rm -rf dist/
|
||||||
cp --recursive build/katex/ dist/
|
cp -R build/katex/ dist/
|
||||||
|
|
||||||
# Export these variables for use in contrib Makefiles
|
# Export these variables for use in contrib Makefiles
|
||||||
export BUILDDIR = $(realpath build)
|
export BUILDDIR = $(realpath build)
|
||||||
|
Reference in New Issue
Block a user