Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/subprojects/packagefiles/maxima/build/doc/info/meson.build
7426 views
1
# This file is needed in the build folder for the doc build
2
configure_file(
3
input: '../../../doc/info/build-html-index.lisp',
4
output: 'build-html-index.lisp',
5
copy: true
6
)
7
8