Move SRC-POTFILES.in and BLD-POTFILES.in to maintainer-clean target.
This commit is contained in:
parent
465bc359f9
commit
313e863fa9
@ -1,3 +1,8 @@
|
||||
2001-11-21 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* po/Make-in (distclean): Move SRC-POTFILES.in and
|
||||
BLD-POTFILES.in to maintainer-clean target.
|
||||
|
||||
2001-11-21 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_relocate_section): Test r_symndx rather
|
||||
|
@ -205,12 +205,12 @@ clean: mostlyclean
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m
|
||||
rm -f SRC-POTFILES BLD-POTFILES SRC-POTFILES.in BLD-POTFILES.in
|
||||
rm -f SRC-POTFILES BLD-POTFILES
|
||||
|
||||
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)
|
||||
rm -f $(GMOFILES) SRC-POTFILES.in BLD-POTFILES.in
|
||||
|
||||
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
dist distdir: update-po $(DISTFILES)
|
||||
|
Loading…
Reference in New Issue
Block a user