.PHONY: clean distclean maintainer-clean install html www tags ChangeLog doxygen
all: $(BINARIES)
-www: $(gen_html) $(gruta_html) $(web_pics) $(web_misc) $(shots) tags doxygen
+www: $(gen_html) $(gruta_html) $(web_pics) $(web_misc) $(shots) tags doxygen doc
client_objs = client.cmdline.o client.o net.o string.o crypt.o
sdl_gui_objs = sdl_gui.cmdline.o SFont.o sdl_gui.o gui_common.o exec.o \
doxygen: web/header2.html
mkdir -p web/sync/doxygen
doxygen
-web/sync/doc/man:
- mkdir -p $@
+web/sync/doc: doc
+ cp -a $< $@
web/sync/doxygen:
mkdir -p $@
web/sync/%.html: web/%.in.html web/header.html web/footer.html web/sync
web/sync/overview.pdf: skencil/overview.pdf web/sync
cp $< $@
web/sync/%: %
- cp $< $@
+ cp -a $< $@
web/sync/%: pics/screenshots/%
cp $< $@
skencil/%.ps: skencil/%.sk