diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9f40e2f..05ebb83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ KDE_OPTIONS = noautodist SUBDIRS = bibletime pot docs . EXTRA_DIST = \ -BibleTime.kdevelop \ +BibleTime.tdevelop \ LICENSE \ ChangeLog \ bibletime.spec.in bibletime.spec \ @@ -73,7 +73,7 @@ dist-hook: # $(distdir)/bibletime.start $(distdir)/configure.files \ # $(distdir)/bibletime/pics/gen_am.sh rm -rf $(distdir)/autom4te.cache - rm -rf $(distdir)/BibleTime.kdevelop.pcs + rm -rf $(distdir)/BibleTime.tdevelop.pcs rm -rf $(distdir)/docs/handbook/html/*.html rm -rf $(distdir)/docs/howto/html/*.html # rm -rf $(distdir)/BibleTime.tag |