From: Joel Rosdahl Date: Sun, 14 Feb 2010 09:20:59 +0000 (+0100) Subject: Remove references to the web directory X-Git-Tag: v3.0pre0~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50089dd54378785fbbc4e9e06c61d0944caf2a23;p=thirdparty%2Fccache.git Remove references to the web directory --- diff --git a/Makefile.in b/Makefile.in index d28281439..402b68fa7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,7 +41,7 @@ dist_archive_tar_gz := ccache-$(version).tar.gz all: ccache$(EXEEXT) .PHONY: docs -docs: ccache.1 #web/ccache-man.html +docs: ccache.1 ccache$(EXEEXT): $(objs) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(objs) $(libs) @@ -49,9 +49,6 @@ ccache$(EXEEXT): $(objs) ccache.1: ccache.yo yodl2man -o ccache.1 ccache.yo -#web/ccache-man.html: ccache.yo -# yodl2html -o web/ccache-man.html ccache.yo - .PHONY: install install: all $(installcmd) -d $(DESTDIR)$(bindir) @@ -82,7 +79,7 @@ $(dist_archive_tar_gz): $(dist_files) .PHONY: clean clean: - rm -f $(objs) *~ ccache$(EXEEXT) .deps/* ccache.1 web/ccache-man.html \ + rm -f $(objs) *~ ccache$(EXEEXT) .deps/* ccache.1 \ $(dist_archive_tar_bz2) $(dist_archive_tar_gz) .PHONY: test