unify web pages
[paraslash.git] / Makefile.in
index f7c7f1be4e65a87dc6b5b0d8fbb21232911e265f..2bb28e904abe1c1ef7e73911ddbfad7a478571b1 100644 (file)
@@ -89,9 +89,11 @@ tarball_delete = web versions pics/screenshots pics/web .changelog_before_cvs \
 tarball_delete := $(patsubst %,$(tarball_pfx)/%,$(tarball_delete))
 tarball_add := $(gengetopts_c) $(gengetopts_h) $(autocrap)
 
-.PHONY: clean distclean maintainer-clean install html www tags ChangeLog doxygen
+.PHONY: clean distclean maintainer-clean install html www tags ChangeLog doxygen gruta
 all: $(BINARIES)
 www: $(gen_html) $(gruta_html) $(web_pics) $(web_misc) $(shots) tags doxygen doc
+gruta: $(gen_html) $(gruta_html)
+
 
 sdl_gui_objs = sdl_gui.cmdline.o SFont.o sdl_gui.o gui_common.o exec.o \
        close_on_fork.o string.o stat.o fd.o
@@ -247,7 +249,7 @@ install: all
 ChangeLog:
        para_util changelog > $@
 web/%.in.html: %
-       grutatxt -nb < $< > $@
+       grutatxt -nb  < $< > $@
 tags:
        rm -rf web/sync/HTML && gtags && htags -nF && mv HTML web/sync
 doc: