Skip to content

Commit

Permalink
Mauvais répertoire de copie des images pour webhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Oct 19, 2020
1 parent e231fd1 commit 100d808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ webhtml: $(src)

[ -d $(BASEDIR)/$(WEB_OUTPUT)/images ] || mkdir $(BASEDIR)/$(WEB_OUTPUT)/images
cp img/*.png $(BASEDIR)/$(WEB_OUTPUT)/images
cp images/*.svg $(BASEDIR)/$(HTM_OUTPUT)/images
cp images/*.svg $(BASEDIR)/$(WEB_OUTPUT)/images
cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html
cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e "s@../images@images@g" *.html
cd $(BASEDIR)/$(WEB_OUTPUT)/; sed -i -e 's@border="1"@border="0"@g' *.html
Expand Down

0 comments on commit 100d808

Please sign in to comment.