LANG=en

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
	install -c -m 0644 downstair.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 eat.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 flee.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 food.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 potion.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 puton.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 quaff.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 read.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 remove.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 ring.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 scroll.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 search.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 stair.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 takeoff.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 throw.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 wand.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 weapon.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 wear.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 wield.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
	install -c -m 0644 zap.gif $(ROOT)$(KDEDIR)/share/doc/HTML/$(LANG)/krogue
