1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Makefile in po/ knows about "make realclean" now.

Toplevel Makefile removes "./configure" as well.
This commit is contained in:
janp 2001-01-15 15:55:48 -08:00
parent 26ef854b23
commit 07a45ac888
2 changed files with 5 additions and 2 deletions

View File

@ -138,6 +138,7 @@ distclean-top: clean-top
$(RM) Makefile config.status config.log config.cache stamp-h
realclean-top: distclean-top
$(RM) configure
clean-recursive distclean-recursive realclean-recursive:
for subdir in $(SUBDIRS); do \

View File

@ -158,10 +158,12 @@ distclean: clean
rm -f Makefile Makefile.in POTFILES *.mo *.msg
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
@echo "!! This command is intended for maintainers to use;"
@echo "!! it deletes files that may require special tools to rebuild."
rm -f $(GMOFILES)
realclean: maintainer-clean
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)
dists="$(DISTFILES)"; \