-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:
parent
1a8016b010
commit
f2774bae7f
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue