commit dedb27fa6d556e9deccae80504b0ec2293b57372 parent 18746293465ea82443fce2d16d63e002592036a6 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 20 May 2021 09:26:37 +0200 Fix the generated .htaccess file Redirect index.html to about-fr.html Diffstat:
| M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -21,9 +21,9 @@ SUBDIRS=art schiff solstice star-engine stardis misc high-tune default: all all: - @for subdir in ${SUBDIRS}; do make -C $$subdir; done + @for subdir in ${SUBDIRS}; do make -C $$subdir; echo ""; done @echo "Options -Indexes" > .htaccess - @echo "Redirect ${REMOTE_DIR}/index.html ${REMOTE_DIR}/misc/about.html" \ + @echo "Redirect ${REMOTE_DIR}/index.html ${REMOTE_DIR}/misc/about-fr.html" \ >> .htaccess clean: