]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove references to the web directory
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Feb 2010 09:20:59 +0000 (10:20 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Feb 2010 09:20:59 +0000 (10:20 +0100)
Makefile.in

index d28281439fb5835e903028345e252964b2a5ce7a..402b68fa78824a84fe145b0ee0b793c0284617a5 100644 (file)
@@ -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