Added .htaccess file for docs directory.
This commit is contained in:
parent
394334671c
commit
2d56dbc13d
3 changed files with 5 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -84,6 +84,9 @@ docs: ${JQ}
|
|||
@@mkdir -p ${DOCS_DIR}
|
||||
@@mkdir -p ${DOCS_DIR}/data
|
||||
|
||||
@@echo " - Copying over htaccess file."
|
||||
@@cp -fR ${BUILD_DIR}/docs/.htaccess ${DOCS_DIR}
|
||||
|
||||
@@echo " - Copying over script files."
|
||||
@@cp -fR ${BUILD_DIR}/docs/js ${DOCS_DIR}/js
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue