X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=06cc15bb2c5d539ab0482bac59beec80e60247ba;hb=cb4aab8e0b3998352780612faa56250eb2971b2b;hp=c65c2d81ccb82b87fd08e9f84d2abd2a9fffe8a1;hpb=959d66719258a7b3d5028e5e6770972768621a4f;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index c65c2d81..06cc15bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,7 +91,7 @@ tarball_add := $(gengetopts_c) $(gengetopts_h) $(autocrap) .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 \ @@ -240,8 +240,8 @@ web/header2.html: web/header.html 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 @@ -259,7 +259,7 @@ web/sync/versions/paraslash-git.tar.bz2: paraslash-git.tar.bz2 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