From 1b14ff5c4bf62152b573018876b81ffbc87fa1de Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 20 Apr 2006 21:37:54 +0200 Subject: [PATCH] Makefile.in: Fix generation of web pages --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2