File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ clean:
2222doc-html :
2323 meson compile -C ../../build/sage-distro doc-html
2424 mkdir -p $(SAGE_DOC )
25- cp -rf ../../build/sage-distro/src/doc/html $(SAGE_DOC )
26- cp -f ../../build/sage-distro/src/doc/index.html $(SAGE_DOC )
25+ ln -s ../../../../ build/sage-distro/src/doc/html $(SAGE_DOC ) /html
26+ ln -s ../../../../ build/sage-distro/src/doc/index.html $(SAGE_DOC ) /index.html
2727 @echo " The html documentation was installed to $( SAGE_DOC) /html."
2828
2929doc-pdf :
3030 meson compile -C ../../build/sage-distro doc-pdf
3131 mkdir -p $(SAGE_DOC )
32- cp -rf ../../build/sage-distro/src/doc/pdf $(SAGE_DOC )
32+ ln -s ../../../../ build/sage-distro/src/doc/pdf $(SAGE_DOC ) /pdf
3333 @echo " The pdf documentation was installed to $( SAGE_DOC) /pdf."
3434
3535.PHONY : all clean \
You can’t perform that action at this time.
0 commit comments