From f6707191ac7de6dcd22e52a8af8d48219bd74ff1 Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 27 Jan 2007 11:56:30 +0100 Subject: [PATCH] Makefile.in: Kill Changelog target It's unused for ages. --- Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 32e6422c..7ffc1184 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ 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 gruta +.PHONY: clean distclean maintainer-clean install html www tags doxygen gruta all: $(BINARIES) www: $(gen_html) $(gruta_html) $(web_pics) $(web_misc) $(shots) tags doxygen doc gruta: $(gen_html) $(gruta_html) @@ -257,7 +257,7 @@ distclean: clean maintainer-clean: distclean rm -f $(gengetopts_c) $(gengetopts_h) *.tar.bz2 \ - $(grutatxt_html) ChangeLog* config.h configure \ + $(grutatxt_html) config.h configure \ config.h.in skencil/*.pdf skencil/*.ps rm -rf doc rm -f *_command_list.* *.man man/man1/* man/html/* @@ -287,8 +287,6 @@ install: all rm -f $(tarball_pfx).tar ls -l $(tarball_pfx).tar.bz2 -ChangeLog: - para_util changelog > $@ web/%.in.html: % grutatxt -nb < $< > $@ tags: -- 2.39.2