Ver Fonte

20171018 Makefile.in (install-dashboard an dashboard/Makefile delegieren)

Altlast há 7 anos atrás
pai
commit
154d0977fc
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Makefile.in

+ 2 - 2
Makefile.in

@@ -65,8 +65,8 @@ install-crontab: etc/crontab
 	cat $> >> %%ETC_DIR%%/crontab
 	-diff /tmp/crontab.old $>
 
-install-dashboard: dashboard/%%DASHBOARD_PREFIX%%status.json
-	%%INSTALL_DATA_CMD%% $> %%DASHBOARD_DIR%%
+install-dashboard:
+	cd dashboard && make install
 
 clean:
 	cd conf && make clean