diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /vcs/Makefile.am | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'vcs/Makefile.am')
-rw-r--r-- | vcs/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vcs/Makefile.am b/vcs/Makefile.am index d1fcb5b0..0bc8db05 100644 --- a/vcs/Makefile.am +++ b/vcs/Makefile.am @@ -1,36 +1,36 @@ ## -## Do NOT remove the comments that start with "kdevelop:" -## They are actually directives to the kdevelop plugin system +## Do NOT remove the comments that start with "tdevelop:" +## They are actually directives to the tdevelop plugin system ## ## The include_xxxx variables are controlled by configure.in.in ## -#kdevelop: CERVISIA_SUBDIR = cervisia +#tdevelop: CERVISIA_SUBDIR = cervisia #if include_cervisia #CERVISIA_SUBDIR = cervisia #endif -#kdevelop: CLEARCASE_SUBDIR = clearcase +#tdevelop: CLEARCASE_SUBDIR = clearcase if include_clearcase CLEARCASE_SUBDIR = clearcase endif -#kdevelop: CVSCLIENT_SUBDIR = cvsclient +#tdevelop: CVSCLIENT_SUBDIR = cvsclient #if include_cvsclient #CVSCLIENT_SUBDIR = cvsclient #endif -#kdevelop: CVSSERVICE_SUBDIR = cvsservice +#tdevelop: CVSSERVICE_SUBDIR = cvsservice if include_cvsservice CVSSERVICE_SUBDIR = cvsservice endif -#kdevelop: PERFORCE_SUBDIR = perforce +#tdevelop: PERFORCE_SUBDIR = perforce if include_perforce PERFORCE_SUBDIR = perforce endif -#kdevelop: SUBVERSION_SUBDIR = subversion +#tdevelop: SUBVERSION_SUBDIR = subversion if include_subversion SUBVERSION_SUBDIR = subversion endif |