From 8154fb27f7156116d39e3658a0b9abeb9d502c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 9 Jun 2020 18:03:06 +0200 Subject: wdyt about Makefiles? --- install | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install') diff --git a/install b/install index 06fc8bc..103a454 100755 --- a/install +++ b/install @@ -1,4 +1,7 @@ #!/bin/bash +echo " I think that install and configure should be deprecated." +echo " use sudo make prepare and make install 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/ -- cgit v1.2.3