LANG=pl

all:
	

install:
	install -c -d -m 0755 $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 index.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 general.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 moving.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 monster.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 hp.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 hidden.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 exp.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 food.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 scroll.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 potion.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 str.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 weapon.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 armor.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 wand.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 ring.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 key.html $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 arm.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 exp.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 hp.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 str.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
