diff options
author | Slávek Banko <[email protected]> | 2013-08-18 16:27:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-18 16:27:27 +0200 |
commit | 679eaaa42746578dde4911d3a9205d4f8670ca55 (patch) | |
tree | 168d44c78dea3472648384125f2ae28b9ae5bfdf /Makefile.am | |
parent | 0af498ec7d2af08ea8e01b54cc29fae9975b8c91 (diff) | |
download | kkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.tar.gz kkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.zip |
Initial TDE conversion
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 d7cea90..ff46f2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ package-messages: $(MAKE) -C po merge EXTRA_DIST = admin COPYING configure.in.in Makefile.cvs kkbswitch.1\ - configure.files Doxyfile kkbswitch.kdevelop kkbswitch.lsm \ + configure.files Doxyfile kkbswitch.tdevelop kkbswitch.lsm \ kkbswitch.spec kkbswitch.xpm subdirs kkbswitch.sgml man_MANS = kkbswitch.1 @@ -26,7 +26,7 @@ KDE_OPTIONS = noautodist dist-hook: cd $(top_distdir) && perl admin/am_edit -padmin cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs -# rm -f $(distdir)/kkbswitch.kdevelop.pcs +# rm -f $(distdir)/kkbswitch.tdevelop.pcs # rm -f $(distdir)/$(PACKAGE)-*.tar.gz |