Delete aegisub.desktop on distclean rather than clean since it's generate at configure time

This commit is contained in:
Thomas Goyne 2012-10-09 15:29:13 -07:00
parent 89d7e0a321
commit 2dc7366871
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ install-icons:
$(BIN_CP) $(ICON_SCALABLE) $(DESTDIR)$(P_ICON)/hicolor/$(ICON_SCALABLE)
CLEANFILES = aegisub.desktop
DISTCLEANFILES = aegisub.desktop
include ../Makefile.target