]> sjero.net Git - wget/blobdiff - po/Makefile.in.in
[svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User
[wget] / po / Makefile.in.in
index 1adf9177f2c4a484b65922f8dcb36820b9f4178b..59d1ddef3bab2ff788dbba7a1f710b05cd53fd2e 100644 (file)
@@ -12,6 +12,8 @@ VERSION = @VERSION@
 SHELL = /bin/sh
 @SET_MAKE@
 
+top_builddir = ..
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
@@ -158,10 +160,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)"; \