diff options
author | rstular <rok@stular.eu> | 2020-06-18 10:30:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 10:30:51 +0200 |
commit | 355d89863fc721f4024c516d2863a16d20540fdf (patch) | |
tree | d09edec73d65f81adfdb1139a46713f6c50ebe6a /install | |
parent | Merge pull request #23 from beziapp/dev (diff) | |
parent | fixed help screens and notices for make generate != make install (diff) | |
download | beziapp-355d89863fc721f4024c516d2863a16d20540fdf.tar beziapp-355d89863fc721f4024c516d2863a16d20540fdf.tar.gz beziapp-355d89863fc721f4024c516d2863a16d20540fdf.tar.bz2 beziapp-355d89863fc721f4024c516d2863a16d20540fdf.tar.lz beziapp-355d89863fc721f4024c516d2863a16d20540fdf.tar.xz beziapp-355d89863fc721f4024c516d2863a16d20540fdf.tar.zst beziapp-355d89863fc721f4024c516d2863a16d20540fdf.zip |
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ #!/bin/bash +echo " I think that install and configure should be deprecated." +echo " use sudo make prepare and make generate instead and fix any of yours git-pre-add hooks or whatever." +echo " --sijanec" ./bin/compose-html assets/pages-src/ dist/pages/ .html cp -r assets/css dist/ cp -r assets/fonts dist/ |