diff options
author | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:43:14 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:44:53 -0600 |
commit | 60666630789b6925d7e16160ebdc88ccd23f51de (patch) | |
tree | 945b080483ce0f1182f0cc05eb6e76ac219a498a /altosui | |
parent | e87d56b665ca30a3e5920c23cd60c99b84341aa2 (diff) |
be more aggressive about removing and ignoring .mdwn files
Diffstat (limited to 'altosui')
-rw-r--r-- | altosui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 53762aec..6f206c3d 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -194,7 +194,7 @@ clean-local: Altos-Linux-*.tar.bz2 Altos-Linux-*.sh Altos-Mac-*.dmg Altos-Windows-*.exe \ windows altoslib_*.jar altosuilib_*.jar $(FREETTS_CLASS) \ $(JFREECHART_CLASS) $(JCOMMON_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt altos-windows.log altos-windows.nsi \ - altosui altosui-test altosui-jdb macosx linux *.desktop $(MDWN) + altosui altosui-test altosui-jdb macosx linux *.desktop *.mdwn EXTRA_DIST = $(desktop_file).in |