diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:17 -0600 |
commit | cc97e247ac618361f382f5de72f0d362a114beb4 (patch) | |
tree | 2d88619b6704f641b5209568a30d0bdef208f152 /Makefile.am | |
parent | e77643f360e8a88fb9bcdf9ab3555782ea090f05 (diff) | |
download | bibletime-cc97e247ac618361f382f5de72f0d362a114beb4.tar.gz bibletime-cc97e247ac618361f382f5de72f0d362a114beb4.zip |
Additional renaming of kde to tde
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 |