1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

-kefile changed- Diese und die folgenden Zeilen werden ignoriert --

M    webstuff/frontend/Makefile


git-svn-id: file:///home/jan/tmp/wetterstation/trunk@172 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-27 16:31:13 +00:00
parent 1a8016b010
commit f2774bae7f
+4 -4
View File
@@ -15,17 +15,17 @@ install:
$(MAKE) DIR=$$i/; \
else \
echo "installiere $$i nach $(PROGDIR)/$$i"; \
install $$i $(PROGDIR)/$(DIR)/; \
install -m444 $$i $(PROGDIR)/$(DIR)/; \
fi; \
done; \
fi
@ rm -f $(PROGDIR)/Makefile
@ rm -rf $(PROGDIR)/images/chart
@ install -d $(CONFDIR)
@ install frontend.conf $(CONFDIR)
@ install -m444 frontend.conf $(CONFDIR)
@ install -d $(DOCDIR)
@ install COPYING $(DOCDIR)
@ install readme $(DOCDIR)
@ install -m444 COPYING $(DOCDIR)
@ install -m444 readme $(DOCDIR)
@ echo "done"
clean: