mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
move .gmo removal to distclean so make distcheck works again
Original commit message from CVS: move .gmo removal to distclean so make distcheck works again
This commit is contained in:
parent
f6970851de
commit
0841437903
1 changed files with 1 additions and 1 deletions
|
@ -282,11 +282,11 @@ clean: mostlyclean
|
|||
|
||||
distclean: clean
|
||||
rm -f Makefile Makefile.in POTFILES *.mo
|
||||
rm -f stamp-po $(GMOFILES)
|
||||
|
||||
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 stamp-po $(GMOFILES)
|
||||
|
||||
dist distdir:
|
||||
$(MAKE) update-po
|
||||
|
|
Loading…
Reference in a new issue