-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
1 changed files with 4 additions and 4 deletions

View File

@ -15,17 +15,17 @@ install:
$(MAKE) DIR=$$i/; \ $(MAKE) DIR=$$i/; \
else \ else \
echo "installiere $$i nach $(PROGDIR)/$$i"; \ echo "installiere $$i nach $(PROGDIR)/$$i"; \
install $$i $(PROGDIR)/$(DIR)/; \ install -m444 $$i $(PROGDIR)/$(DIR)/; \
fi; \ fi; \
done; \ done; \
fi fi
@ rm -f $(PROGDIR)/Makefile @ rm -f $(PROGDIR)/Makefile
@ rm -rf $(PROGDIR)/images/chart @ rm -rf $(PROGDIR)/images/chart
@ install -d $(CONFDIR) @ install -d $(CONFDIR)
@ install frontend.conf $(CONFDIR) @ install -m444 frontend.conf $(CONFDIR)
@ install -d $(DOCDIR) @ install -d $(DOCDIR)
@ install COPYING $(DOCDIR) @ install -m444 COPYING $(DOCDIR)
@ install readme $(DOCDIR) @ install -m444 readme $(DOCDIR)
@ echo "done" @ echo "done"
clean: clean: