OSDN Git Service

Corrected so that the changes in 5a97ff77519179c4023e4ffc963c2572ce596a12 do not...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 14 Sep 2019 11:27:18 +0000 (04:27 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 14 Sep 2019 11:27:18 +0000 (04:27 -0700)
src/Makefile.am

index 2b71b5e..d24cee5 100644 (file)
@@ -123,6 +123,7 @@ EXTRA_DIST = \
        gcc-wrap \
        $(cocoa_icon_files) \
        $(cocoa_plist_template) \
+       $(cocoa_plist_strings_template) \
        $(cocoa_plist_files) \
        $(cocoa_en_nib_files) \
        $(cocoa_en_strings_files) \
@@ -214,5 +215,7 @@ install-data-local:
 
 distclean-local:
        -rm $(APPCONT)/Info.plist
+       -rm $(appendir)/InfoPlist.strings
+       -rm $(appjadir)/InfoPlist.strings
 
 endif