(maintainer-clean): Remove GMOFILES.
authorJim Meyering <jim@meyering.net>
Thu, 30 Jan 1997 05:28:37 +0000 (05:28 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Jan 1997 05:28:37 +0000 (05:28 +0000)
From Paul Eggert.

po/Makefile.in.in

index 1d84a10..71e8aa3 100644 (file)
@@ -207,6 +207,7 @@ distclean: clean
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
+       rm -f $(GMOFILES)
 
 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
 dist distdir: update-po $(DISTFILES)