Explorar o código

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

Altlast %!s(int64=7) %!d(string=hai) anos
pai
achega
154d0977fc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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