From dc98ae282bca3e1c118bd9857cea54c00505f46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 31 May 2022 01:47:33 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .gitmodules | 3 - Makefile.am | 5 - Makefile.am.in | 4 - admin | 1 - config.h.in | 240 ----------------------------- configure.files | 3 - configure.in.bot | 4 - configure.in.in | 14 -- doc/Makefile.am | 7 - doc/da/Makefile.am | 2 - doc/en/Makefile.am | 2 - doc/es/Makefile.am | 2 - doc/et/Makefile.am | 2 - doc/it/Makefile.am | 2 - doc/nl/Makefile.am | 2 - doc/pt/Makefile.am | 2 - doc/sv/Makefile.am | 2 - src/Makefile.am | 15 -- src/kile/Makefile.am | 116 -------------- src/kile/complete/Makefile.am | 1 - src/kile/complete/abbreviation/Makefile.am | 3 - src/kile/complete/dictionary/Makefile.am | 2 - src/kile/complete/tex/Makefile.am | 104 ------------- src/kile/encodings/Makefile.am | 3 - src/kile/help/Makefile.am | 3 - src/kile/icons/Makefile.am | 2 - src/kile/icons/actions/Makefile.am | 2 - src/kile/pics/Makefile.am | 2 - src/kile/symbols/Makefile.am | 7 - src/kile/symbols/arrows/Makefile.am | 71 --------- src/kile/symbols/cyrillic/Makefile.am | 159 ------------------- src/kile/symbols/delimiters/Makefile.am | 39 ----- src/kile/symbols/greek/Makefile.am | 67 -------- src/kile/symbols/misc-math/Makefile.am | 99 ------------ src/kile/symbols/misc-text/Makefile.am | 137 ---------------- src/kile/symbols/operators/Makefile.am | 115 -------------- src/kile/symbols/relation/Makefile.am | 141 ----------------- src/kile/symbols/special/Makefile.am | 180 ---------------------- src/kile/syntax/Makefile.am | 3 - src/kile/templates/Makefile.am | 3 - src/kile/test/Makefile.am | 3 - stamp-h.in | 0 subdirs | 3 - translations/Makefile.am | 1 - translations/messages/Makefile.am | 1 - 45 files changed, 1579 deletions(-) delete mode 100644 .gitmodules delete mode 100644 Makefile.am delete mode 100644 Makefile.am.in delete mode 160000 admin delete mode 100644 config.h.in delete mode 100644 configure.files delete mode 100644 configure.in.bot delete mode 100644 configure.in.in delete mode 100644 doc/Makefile.am delete mode 100644 doc/da/Makefile.am delete mode 100644 doc/en/Makefile.am delete mode 100644 doc/es/Makefile.am delete mode 100644 doc/et/Makefile.am delete mode 100644 doc/it/Makefile.am delete mode 100644 doc/nl/Makefile.am delete mode 100644 doc/pt/Makefile.am delete mode 100644 doc/sv/Makefile.am delete mode 100644 src/Makefile.am delete mode 100644 src/kile/Makefile.am delete mode 100644 src/kile/complete/Makefile.am delete mode 100644 src/kile/complete/abbreviation/Makefile.am delete mode 100644 src/kile/complete/dictionary/Makefile.am delete mode 100644 src/kile/complete/tex/Makefile.am delete mode 100644 src/kile/encodings/Makefile.am delete mode 100644 src/kile/help/Makefile.am delete mode 100644 src/kile/icons/Makefile.am delete mode 100644 src/kile/icons/actions/Makefile.am delete mode 100644 src/kile/pics/Makefile.am delete mode 100644 src/kile/symbols/Makefile.am delete mode 100644 src/kile/symbols/arrows/Makefile.am delete mode 100644 src/kile/symbols/cyrillic/Makefile.am delete mode 100644 src/kile/symbols/delimiters/Makefile.am delete mode 100644 src/kile/symbols/greek/Makefile.am delete mode 100644 src/kile/symbols/misc-math/Makefile.am delete mode 100644 src/kile/symbols/misc-text/Makefile.am delete mode 100644 src/kile/symbols/operators/Makefile.am delete mode 100644 src/kile/symbols/relation/Makefile.am delete mode 100644 src/kile/symbols/special/Makefile.am delete mode 100644 src/kile/syntax/Makefile.am delete mode 100644 src/kile/templates/Makefile.am delete mode 100644 src/kile/test/Makefile.am delete mode 100644 stamp-h.in delete mode 100644 subdirs delete mode 100644 translations/Makefile.am delete mode 100644 translations/messages/Makefile.am diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 934def7..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "admin"] - path = admin - url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index ef74294..0000000 --- a/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.5 - -include admin/deps.am -include admin/Doxyfile.am -SUBDIRS=$(TOPSUBDIRS) diff --git a/Makefile.am.in b/Makefile.am.in deleted file mode 100644 index 4955869..0000000 --- a/Makefile.am.in +++ /dev/null @@ -1,4 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.5 - -include admin/deps.am -include admin/Doxyfile.am diff --git a/admin b/admin deleted file mode 160000 index a7f75ac..0000000 --- a/admin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a7f75ac0ff587d5b8694a1b78557597161f8104c diff --git a/config.h.in b/config.h.in deleted file mode 100644 index 224dacd..0000000 --- a/config.h.in +++ /dev/null @@ -1,240 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Define to 1 if you have the header file. */ -#undef HAVE_CARBON_CARBON_H - -/* Define if you have the CoreAudio API */ -#undef HAVE_COREAUDIO - -/* Define to 1 if you have the header file. */ -#undef HAVE_CRT_EXTERNS_H - -/* Defines if your system has the crypt function */ -#undef HAVE_CRYPT - -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define if you have libjpeg */ -#undef HAVE_LIBJPEG - -/* Define if you have libpng */ -#undef HAVE_LIBPNG - -/* Define if you have a working libpthread (will enable threaded code) */ -#undef HAVE_LIBPTHREAD - -/* Define if you have libz */ -#undef HAVE_LIBZ - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define if your system needs _NSGetEnviron to set up the environment */ -#undef HAVE_NSGETENVIRON - -/* Define if you have res_init */ -#undef HAVE_RES_INIT - -/* Define if you have the res_init prototype */ -#undef HAVE_RES_INIT_PROTO - -/* Define if you have a STL implementation by SGI */ -#undef HAVE_SGI_STL - -/* Define to 1 if you have the `snprintf' function. */ -#undef HAVE_SNPRINTF - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define if you have strlcat */ -#undef HAVE_STRLCAT - -/* Define if you have the strlcat prototype */ -#undef HAVE_STRLCAT_PROTO - -/* Define if you have strlcpy */ -#undef HAVE_STRLCPY - -/* Define if you have the strlcpy prototype */ -#undef HAVE_STRLCPY_PROTO - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_BITYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the `vsnprintf' function. */ -#undef HAVE_VSNPRINTF - -/* Suffix for lib directories */ -#undef KDELIBSUFF - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* The size of `char *', as computed by sizeof. */ -#undef SIZEOF_CHAR_P - -/* The size of `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of `long', as computed by sizeof. */ -#undef SIZEOF_LONG - -/* The size of `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - -/* The size of `size_t', as computed by sizeof. */ -#undef SIZEOF_SIZE_T - -/* The size of `unsigned long', as computed by sizeof. */ -#undef SIZEOF_UNSIGNED_LONG - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* If we use arts volume */ -#undef USE_ARTS - -/* Version number of package */ -#undef VERSION - -/* Defined if compiling without arts */ -#undef WITHOUT_ARTS - -/* - * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system - * headers and I'm too lazy to write a configure test as long as only - * unixware is related - */ -#ifdef _UNIXWARE -#define HAVE_BOOLEAN -#endif - - - -/* - * AIX defines FD_SET in terms of bzero, but fails to include - * that defines bzero. - */ - -#if defined(_AIX) -#include -#endif - - - -#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) -# include -# include -# define environ (*_NSGetEnviron()) -#endif - - - -#if !defined(HAVE_RES_INIT_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -int res_init(void); -#ifdef __cplusplus -} -#endif -#endif - - - -#if !defined(HAVE_STRLCAT_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -unsigned long strlcat(char*, const char*, unsigned long); -#ifdef __cplusplus -} -#endif -#endif - - - -#if !defined(HAVE_STRLCPY_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -unsigned long strlcpy(char*, const char*, unsigned long); -#ifdef __cplusplus -} -#endif -#endif - - - -/* - * On HP-UX, the declaration of vsnprintf() is needed every time ! - */ - -#if !defined(HAVE_VSNPRINTF) || defined(hpux) -#if __STDC__ -#include -#include -#else -#include -#endif -#ifdef __cplusplus -extern "C" -#endif -int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); -#ifdef __cplusplus -extern "C" -#endif -int snprintf(char *str, size_t n, char const *fmt, ...); -#endif - - - -#if defined(__SVR4) && !defined(__svr4__) -#define __svr4__ 1 -#endif - - -/* type to use in place of socklen_t if not defined */ -#undef kde_socklen_t - -/* type to use in place of socklen_t if not defined (deprecated, use - kde_socklen_t) */ -#undef ksize_t diff --git a/configure.files b/configure.files deleted file mode 100644 index 97d9bce..0000000 --- a/configure.files +++ /dev/null @@ -1,3 +0,0 @@ -./admin/configure.in.min -configure.in.in -configure.in.bot diff --git a/configure.in.bot b/configure.in.bot deleted file mode 100644 index 3b7eaa7..0000000 --- a/configure.in.bot +++ /dev/null @@ -1,4 +0,0 @@ -dnl Put here things to be done at the very end - telling users -dnl about additional packages to install. Better yet is giving -dnl each project / subdr its own configure.in.bot. - diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index c309655..0000000 --- a/configure.in.in +++ /dev/null @@ -1,14 +0,0 @@ -#MIN_CONFIG(3.2) - -AM_INIT_AUTOMAKE(kile, 2.0.3) - -KDE_ENABLE_HIDDEN_VISIBILITY -CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" - -if test "$build_arts" = "yes"; then - AC_DEFINE(USE_ARTS, 1, [If we use arts volume]) - LIB_ARTS="-lartskde" - AC_SUBST(LIB_ARTS) -fi - -KDE_INIT_DOXYGEN([The API Reference], [Version $VERSION]) diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index e946108..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -KDE_LANG = en -KDE_DOCS = AUTO -SUBDIRS = $(AUTODIRS) - diff --git a/doc/da/Makefile.am b/doc/da/Makefile.am deleted file mode 100644 index 931235a..0000000 --- a/doc/da/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = da -KDE_DOCS=kile diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 6fed977..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = en -KDE_DOCS = kile diff --git a/doc/es/Makefile.am b/doc/es/Makefile.am deleted file mode 100644 index 118132c..0000000 --- a/doc/es/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = es -KDE_DOCS=kile diff --git a/doc/et/Makefile.am b/doc/et/Makefile.am deleted file mode 100644 index 0548248..0000000 --- a/doc/et/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = et -KDE_DOCS=kile diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am deleted file mode 100644 index 7505c93..0000000 --- a/doc/it/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = it -KDE_DOCS=kile diff --git a/doc/nl/Makefile.am b/doc/nl/Makefile.am deleted file mode 100644 index d9cd6d2..0000000 --- a/doc/nl/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = nl -KDE_DOCS=kile diff --git a/doc/pt/Makefile.am b/doc/pt/Makefile.am deleted file mode 100644 index a6d8e59..0000000 --- a/doc/pt/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = pt -KDE_DOCS=kile diff --git a/doc/sv/Makefile.am b/doc/sv/Makefile.am deleted file mode 100644 index 4207ed7..0000000 --- a/doc/sv/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = sv -KDE_DOCS=kile diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 7e66b40..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -SUBDIRS = kile - -mimetypetextdata_DATA = x-kilepr.desktop -mimetypetextdatadir = $(kde_mimedir)/text - -update_DATA = kile.upd -update_SCRIPTS = kile1.6_upd.pl kile1.7_upd.pl kile1.9-1_upd.pl kile1.9_upd.pl \ - kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl -updatedir = $(kde_datadir)/tdeconf_update - - EXTRA_DIST = kile.kdevprj admin AUTHORS COPYING ChangeLog kile-remote-control.txt README README.cwl README.MacOSX kile.lsm $(mimetypetextdata_DATA) - - - diff --git a/src/kile/Makefile.am b/src/kile/Makefile.am deleted file mode 100644 index 2661af4..0000000 --- a/src/kile/Makefile.am +++ /dev/null @@ -1,116 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -bin_PROGRAMS = kile - -## INCLUDES were found outside tdevelop specific part - - -kile_SOURCES = latexcmd.cpp latexcmddialog.cpp texdocdialog.cpp userhelp.cpp \ - userhelpdialog.cpp floatdialog.cpp mathenvdialog.cpp tabulardialog.cpp \ - postscriptdialog.cpp previewconfigwidget.cpp quickpreview.cpp includegraphicsdialog.cpp \ - newfilewizard.cpp managetemplatesdialog.cpp templates.cpp usermenudialog.cpp \ - kileconfigdialog.cpp tabbingdialog.cpp symbolview.cpp quickdocumentdialog.cpp \ - kilefileselect.cpp kileapplication.cpp docpart.cpp kile.cpp main.cpp kileactions.cpp \ - kilestdactions.cpp kileinfo.cpp kiledocumentinfo.cpp kileproject.cpp kileprojectdlgs.cpp \ - kileprojectview.cpp kilelistselector.cpp kilelyxserver.cpp latexoutputfilter.cpp \ - outputinfo.cpp latexoutputinfo.cpp outputfilter.cpp kilegrepdialog.cpp kiletool.cpp \ - kilelauncher.cpp kiletoolmanager.cpp kilestdtools.cpp kilelogwidget.cpp \ - kileoutputwidget.cpp kilekonsolewidget.cpp kilewizard.cpp kilestructurewidget.cpp \ - codecompletion.cpp configcodecompletion.cpp kiletoolconfigwidget.cpp kileedit.cpp \ - cleandialog.cpp kilehelp.cpp configstructure.cpp kileappIface.skel convert.cpp \ - helpconfigwidget.ui kiledocmanager.cpp kileviewmanager.cpp kileeventfilter.cpp \ - latexconfigwidget.ui kileconfig.kcfgc generalconfigwidget.ui kileerrorhandler.cpp \ - configcheckerdlg.cpp configcheckerwidget.ui configtester.cpp kilesidebar.cpp \ - toolconfigwidget.ui librarytoolconfigwidget.ui processtoolconfigwidget.ui \ - quicktoolconfigwidget.ui plaintolatexconverter.cpp latextoolconfigwidget.ui newtoolwizard.ui \ - kileuntitled.cpp kilestatsdlg.cpp kilestatswidget.cpp envconfigwidget.ui \ - structureconfigwidget.ui previewwidget.cpp kilejscript.h kilejscript.cpp \ - scriptsmanagementwidget.h scriptsmanagementwidget.cpp editorkeysequencemanager.h \ - editorkeysequencemanager.cpp scriptingconfigwidget.ui kileabbrevview.cpp kileextensions.cpp \ - kileversion.cpp graphicsconfigwidget.ui kilemultitabbar.cpp newdocumentwidget.ui\ - symbolviewconfig.ui - -kile_LDADD = -lkjs -ltdeprint -ltdetexteditor -lkatepartinterfaces $(LIB_TDESPELL) $(LIB_TDEHTML) - -SUBDIRS = icons pics symbols templates syntax complete help encodings test - -EXTRA_DIST = main.cpp kile.cpp kile.h \ - docpart.cpp docpart.h kileappIface.h kileapplication.cpp kileapplication.h kile.desktop kilefileselect.cpp kilefileselect.h kileui.rc docpartui.rc tdemultiverttabbar.cpp tdemultiverttabbar.h letterdialog.cpp letterdialog.h quickdocumentdialog.cpp quickdocumentdialog.h symbolview.cpp symbolview.h tabbingdialog.cpp tabbingdialog.h \ - kileconfigdialog.cpp kileconfigdialog.h usermenudialog.cpp \ - usermenudialog.h kileabbrevview.cpp kileabbrevview.h \ - newfilewizard.cpp newfilewizard.h templates.cpp templates.h managetemplatesdialog.cpp \ - managetemplatesdialog.h kileinfo.h kileinfo.cpp kilestdactions.cpp \ - kilestdactions.h kileproject.h kileproject.cpp kileprojectdlgs.cpp \ - kileprojectdlgs.h kileprojectview.cpp kileprojectview.h \ - kilelistselector.cpp kilelistselector.h kilelyxserver.cpp kilelyxserver.h \ - latexoutputfilter.cpp outputinfo.cpp latexoutputinfo.cpp \ - outputfilter.cpp latexoutputfilter.h outputinfo.h latexoutputinfo.h \ - includegraphicsdialog.h includegraphicsdialog.cpp kiletoolconfigwidget.cpp kiletoolconfigwidget.h outputfilter.h kilegrepdialog.cpp kilegrepdialog.h codecompletion.h codecompletion.cpp configcodecompletion.cpp configcodecompletion.h kileedit.cpp cleandialog.cpp kileedit.h cleandialog.h kilehelp.cpp kilehelp.h configstructure.cpp configstructure.h configenvironment.h convert.h convert.cpp \ - kileconstants.h kilejscript.h kilejscript.cpp scriptsmanagementwidget.h scriptsmanagementwidget.cpp editorkeysequencemanager.h editorkeysequencemanager.cpp kilemultitabbar.cpp kilemultitabbar.h kilemultitabbar_p.h - -xdg_apps_DATA = kile.desktop - -kde_kcfg_DATA = kile.kcfg - -KDE_ICON = AUTO - -####### tdevelop will overwrite this part!!! (end)############ -# These paths are KDE specific. Use them: -# kde_appsdir Where your application's menu entry (.desktop) should go to. -# kde_icondir Where your icon should go to - better use KDE_ICON. -# kde_sounddir Where your sounds should go to. -# kde_htmldir Where your docs should go to. (contains lang subdirs) -# kde_datadir Where you install application data. (Use a subdir) -# kde_locale Where translation files should go to. (contains lang subdirs) -# kde_cgidir Where cgi-bin executables should go to. -# kde_confdir Where config files should go to (system-wide ones with default values). -# kde_mimedir Where mimetypes .desktop files should go to. -# kde_servicesdir Where services .desktop files should go to. -# kde_servicetypesdir Where servicetypes .desktop files should go to. -# kde_toolbardir Where general toolbar icons should go to (deprecated, use KDE_ICON). -# kde_wallpaperdir Where general wallpapers should go to. -# kde_templatesdir Where templates for the "New" menu (Konqueror/KDesktop) should go to. -# kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS. -# kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES. -# kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES. -# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3). -# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3). - -# set the include path for X, qt and KDE -INCLUDES = $(all_includes) - -METASOURCES = AUTO - -# the library search path. -kile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS) - -rcdir = $(kde_datadir)/kile -rc_DATA = kileui.rc docpartui.rc kilestdtools.rc tips - -messages: rc.cpp - $(PREPARETIPS) > tips.txt - LIST=`find . -name \*.h -o -name \*.txt -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ - if test -n "$$LIST"; then \ - $(XGETTEXT) $$LIST -o $(podir)/kile.pot; \ - fi - rm -f tips.txt - -syntaxdir = $(kde_appsdir)/katepart/syntax -noinst_HEADERS = kilestatsdlg.h configcheckerdlg.h configtester.h convert.h \ - envconfigwidget.h kileconstants.h kiledebug.h kiledocmanager.h kileerrorhandler.h \ - kileeventfilter.h kilekonsolewidget.h kilelauncher.h kilelogwidget.h kilemultitabbar.h \ - kilemultitabbar_p.h kileoutputwidget.h kilesidebar.h kilestatswidget.h kilestdtools.h \ - kilestructurewidget.h kiletool.h kiletool_enums.h kiletoolmanager.h kileuntitled.h \ - kileversion.h kileviewmanager.h kilewizard.h latexconfigwidget.h \ - plaintolatexconverter.h structureconfigwidget.h - -CREATE_HASH_TABLE = $(srcdir)/create_hash_table - -kilejscript.lut.h : $(srcdir)/kilejscript.cpp $(CREATE_HASH_TABLE) - $(PERL) $(CREATE_HASH_TABLE) $(srcdir)/kilejscript.cpp > $@ -kilejscript.lo: kilejscript.lut.h - -kilejscript.o: kilejscript.lut.h - -LUT_FILES = kilejscript.lut.h - -CLEANFILES = $(LUT_FILES) diff --git a/src/kile/complete/Makefile.am b/src/kile/complete/Makefile.am deleted file mode 100644 index 72ff197..0000000 --- a/src/kile/complete/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS=abbreviation tex dictionary diff --git a/src/kile/complete/abbreviation/Makefile.am b/src/kile/complete/abbreviation/Makefile.am deleted file mode 100644 index bdc941e..0000000 --- a/src/kile/complete/abbreviation/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -abbcompletedir = $(kde_datadir)/kile/complete/abbreviation -abbcomplete_DATA = example.cwl \ - fastex.cwl diff --git a/src/kile/complete/dictionary/Makefile.am b/src/kile/complete/dictionary/Makefile.am deleted file mode 100644 index 6158911..0000000 --- a/src/kile/complete/dictionary/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -dictcompletedir = $(kde_datadir)/kile/complete/dictionary -dictcomplete_DATA = example.cwl metapost.cwl diff --git a/src/kile/complete/tex/Makefile.am b/src/kile/complete/tex/Makefile.am deleted file mode 100644 index a4b852e..0000000 --- a/src/kile/complete/tex/Makefile.am +++ /dev/null @@ -1,104 +0,0 @@ -texcompletedir = $(kde_datadir)/kile/complete/tex -texcomplete_DATA = \ - acronym.cwl \ - afterpage.cwl \ - allrunes.cwl \ - amsbsy.cwl \ - amsfonts.cwl \ - amsmath.cwl \ - amsopn.cwl \ - amssymb.cwl \ - amsthm.cwl \ - array.cwl \ - attachfile.cwl \ - babel.cwl \ - beamerfoils.cwl \ - beamerprosper.cwl \ - beamerseminar.cwl \ - beamertexpower.cwl \ - booktabs.cwl \ - bm.cwl \ - braket.cwl \ - calc.cwl \ - class-beamer.cwl \ - class-letter.cwl \ - class-scrartcl,scrreprt,scrbook.cwl \ - class-scrlttr2.cwl \ - color.cwl \ - colortbl.cwl \ - coordsys.cwl \ - currvita.cwl \ - cyrillic.cwl \ - diagxy.cwl \ - doi.cwl \ - enumerate.cwl \ - fancybox.cwl \ - fancyhdr.cwl \ - fancyunits-base.cwl \ - fancyunits_big-fractions.cwl \ - fancyunits_medium-fractions.cwl \ - fancyunits-np.cwl \ - fancyunits-per.cwl \ - fancyunits_small-fractions.cwl \ - fancyvrb.cwl \ - float.cwl \ - fontspec.cwl \ - glosstex.cwl \ - graphicx.cwl \ - hyperref.cwl \ - ifthen.cwl \ - import.cwl \ - jurabib.cwl \ - latex-209.cwl \ - latex-dev.cwl \ - latex-document.cwl \ - latex-l2tabu.cwl \ - latex-mathsymbols.cwl \ - layout.cwl \ - listings.cwl \ - logsys.cwl \ - longtable.cwl \ - lscape.cwl \ - manyfoot.cwl \ - mdwlist.cwl \ - multicol.cwl \ - multido.cwl \ - nicefrac.cwl \ - pdfpages.cwl \ - psfrag.cwl \ - pst-3d.cwl \ - pst-blur.cwl \ - pst-char.cwl \ - pst-coil.cwl \ - pst-eps.cwl \ - pst-fill.cwl \ - pst-node.cwl \ - pst-plot.cwl \ - pstricks.cwl \ - pst-text.cwl \ - pst-tree.cwl \ - rotating.cwl \ - scraddr.cwl \ - scrdate.cwl \ - scrlfile.cwl \ - scrpage2.cwl \ - scrtime.cwl \ - setspace.cwl \ - siunitx.cwl \ - siunitx-special.cwl \ - subfig.cwl \ - supertabular.cwl \ - svninfo.cwl \ - svn-multi.cwl \ - tabularx.cwl \ - tex.cwl \ - textcomp.cwl \ - todonotes.cwl \ - url.cwl \ - varioref.cwl \ - verse.cwl \ - virginialake.cwl \ - xifthen.cwl \ - xltxtra.cwl \ - xtab.cwl \ - yfonts.cwl diff --git a/src/kile/encodings/Makefile.am b/src/kile/encodings/Makefile.am deleted file mode 100644 index 0e74dc2..0000000 --- a/src/kile/encodings/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -encodingsdir = $(kde_datadir)/kile/encodings -encodings_DATA = latin1.enc latin2.enc latin3.enc latin4.enc latin5.enc latin9.enc cp1250.enc cp1252.enc - diff --git a/src/kile/help/Makefile.am b/src/kile/help/Makefile.am deleted file mode 100644 index 11979c6..0000000 --- a/src/kile/help/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -helpdir = $(kde_datadir)/kile/help -help_DATA = latex-kile.lst latex-tetex.lst latex-tetex3.lst latex-texlive-3.9.lst - diff --git a/src/kile/icons/Makefile.am b/src/kile/icons/Makefile.am deleted file mode 100644 index e8f1605..0000000 --- a/src/kile/icons/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -SUBDIRS=actions -KDE_ICON = AUTO diff --git a/src/kile/icons/actions/Makefile.am b/src/kile/icons/actions/Makefile.am deleted file mode 100644 index 3eb69a1..0000000 --- a/src/kile/icons/actions/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -kileiconsdir = $(kde_datadir)/kile/icons -kileicons_ICON = AUTO diff --git a/src/kile/pics/Makefile.am b/src/kile/pics/Makefile.am deleted file mode 100644 index ebfafdc..0000000 --- a/src/kile/pics/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -picsdir = $(kde_datadir)/kile/pics -pics_DATA=kile_splash.png type_Article.tex.kileicon type_Book.tex.kileicon type_Default.png type_Empty.png type_Letter.tex.kileicon type_Project.png type_Report.tex.kileicon type_Beamer.tex.kileicon type_Scrartcl.tex.kileicon type_Scrreprt.tex.kileicon type_HA-prosper.tex.kileicon type_Scrbook.tex.kileicon type_Prosper.tex.kileicon type_Scrlttr2.tex.kileicon diff --git a/src/kile/symbols/Makefile.am b/src/kile/symbols/Makefile.am deleted file mode 100644 index 3adb206..0000000 --- a/src/kile/symbols/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -INCLUDES = $(all_includes) - -gesymb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -noinst_PROGRAMS = gesymb -gesymb_SOURCES = gesymb.cpp gesymb.h - -SUBDIRS = $(AUTODIRS) diff --git a/src/kile/symbols/arrows/Makefile.am b/src/kile/symbols/arrows/Makefile.am deleted file mode 100644 index c3ba1d3..0000000 --- a/src/kile/symbols/arrows/Makefile.am +++ /dev/null @@ -1,71 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/arrows - -pics_DATA = img001arrows.png \ - img002arrows.png \ - img003arrows.png \ - img004arrows.png \ - img005arrows.png \ - img006arrows.png \ - img007arrows.png \ - img008arrows.png \ - img009arrows.png \ - img010arrows.png \ - img011arrows.png \ - img012arrows.png \ - img013arrows.png \ - img014arrows.png \ - img015arrows.png \ - img016arrows.png \ - img017arrows.png \ - img018arrows.png \ - img019arrows.png \ - img020arrows.png \ - img021arrows.png \ - img022arrows.png \ - img023arrows.png \ - img024arrows.png \ - img025arrows.png \ - img026arrows.png \ - img027arrows.png \ - img028arrows.png \ - img029arrows.png \ - img030arrows.png \ - img031arrows.png \ - img032arrows.png \ - img033arrows.png \ - img034arrows.png \ - img035arrows.png \ - img036arrows.png \ - img037arrows.png \ - img038arrows.png \ - img039arrows.png \ - img040arrows.png \ - img041arrows.png \ - img042arrows.png \ - img043arrows.png \ - img044arrows.png \ - img045arrows.png \ - img046arrows.png \ - img047arrows.png \ - img048arrows.png \ - img049arrows.png \ - img050arrows.png \ - img051arrows.png \ - img052arrows.png \ - img053arrows.png \ - img054arrows.png \ - img055arrows.png \ - img056arrows.png \ - img057arrows.png \ - img058arrows.png \ - img059arrows.png \ - img060arrows.png \ - img061arrows.png \ - img062arrows.png \ - img063arrows.png \ - img064arrows.png \ - img065arrows.png \ - img066arrows.png \ - img067arrows.png \ - img068arrows.png \ - img069arrows.png diff --git a/src/kile/symbols/cyrillic/Makefile.am b/src/kile/symbols/cyrillic/Makefile.am deleted file mode 100644 index 1dc8893..0000000 --- a/src/kile/symbols/cyrillic/Makefile.am +++ /dev/null @@ -1,159 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/cyrillic - -pics_DATA = img001cyrillic.png \ - img002cyrillic.png \ - img003cyrillic.png \ - img004cyrillic.png \ - img005cyrillic.png \ - img006cyrillic.png \ - img007cyrillic.png \ - img008cyrillic.png \ - img009cyrillic.png \ - img010cyrillic.png \ - img011cyrillic.png \ - img012cyrillic.png \ - img013cyrillic.png \ - img014cyrillic.png \ - img015cyrillic.png \ - img016cyrillic.png \ - img017cyrillic.png \ - img018cyrillic.png \ - img019cyrillic.png \ - img020cyrillic.png \ - img021cyrillic.png \ - img022cyrillic.png \ - img023cyrillic.png \ - img024cyrillic.png \ - img025cyrillic.png \ - img026cyrillic.png \ - img027cyrillic.png \ - img028cyrillic.png \ - img029cyrillic.png \ - img030cyrillic.png \ - img031cyrillic.png \ - img032cyrillic.png \ - img033cyrillic.png \ - img034cyrillic.png \ - img035cyrillic.png \ - img036cyrillic.png \ - img037cyrillic.png \ - img038cyrillic.png \ - img039cyrillic.png \ - img040cyrillic.png \ - img041cyrillic.png \ - img042cyrillic.png \ - img043cyrillic.png \ - img044cyrillic.png \ - img045cyrillic.png \ - img046cyrillic.png \ - img047cyrillic.png \ - img048cyrillic.png \ - img049cyrillic.png \ - img050cyrillic.png \ - img051cyrillic.png \ - img052cyrillic.png \ - img053cyrillic.png \ - img054cyrillic.png \ - img055cyrillic.png \ - img056cyrillic.png \ - img057cyrillic.png \ - img058cyrillic.png \ - img059cyrillic.png \ - img060cyrillic.png \ - img061cyrillic.png \ - img062cyrillic.png \ - img063cyrillic.png \ - img064cyrillic.png \ - img065cyrillic.png \ - img066cyrillic.png \ - img067cyrillic.png \ - img068cyrillic.png \ - img069cyrillic.png \ - img070cyrillic.png \ - img071cyrillic.png \ - img072cyrillic.png \ - img073cyrillic.png \ - img074cyrillic.png \ - img075cyrillic.png \ - img076cyrillic.png \ - img077cyrillic.png \ - img078cyrillic.png \ - img079cyrillic.png \ - img080cyrillic.png \ - img081cyrillic.png \ - img082cyrillic.png \ - img083cyrillic.png \ - img084cyrillic.png \ - img085cyrillic.png \ - img086cyrillic.png \ - img087cyrillic.png \ - img088cyrillic.png \ - img089cyrillic.png \ - img090cyrillic.png \ - img091cyrillic.png \ - img092cyrillic.png \ - img093cyrillic.png \ - img094cyrillic.png \ - img095cyrillic.png \ - img096cyrillic.png \ - img097cyrillic.png \ - img098cyrillic.png \ - img099cyrillic.png \ - img100cyrillic.png \ - img101cyrillic.png \ - img102cyrillic.png \ - img103cyrillic.png \ - img104cyrillic.png \ - img105cyrillic.png \ - img106cyrillic.png \ - img107cyrillic.png \ - img108cyrillic.png \ - img109cyrillic.png \ - img110cyrillic.png \ - img111cyrillic.png \ - img112cyrillic.png \ - img113cyrillic.png \ - img114cyrillic.png \ - img115cyrillic.png \ - img116cyrillic.png \ - img117cyrillic.png \ - img118cyrillic.png \ - img119cyrillic.png \ - img120cyrillic.png \ - img121cyrillic.png \ - img122cyrillic.png \ - img123cyrillic.png \ - img124cyrillic.png \ - img125cyrillic.png \ - img126cyrillic.png \ - img127cyrillic.png \ - img128cyrillic.png \ - img129cyrillic.png \ - img130cyrillic.png \ - img131cyrillic.png \ - img132cyrillic.png \ - img133cyrillic.png \ - img134cyrillic.png \ - img135cyrillic.png \ - img136cyrillic.png \ - img137cyrillic.png \ - img138cyrillic.png \ - img139cyrillic.png \ - img140cyrillic.png \ - img141cyrillic.png \ - img142cyrillic.png \ - img143cyrillic.png \ - img144cyrillic.png \ - img145cyrillic.png \ - img146cyrillic.png \ - img147cyrillic.png \ - img148cyrillic.png \ - img149cyrillic.png \ - img150cyrillic.png \ - img151cyrillic.png \ - img152cyrillic.png \ - img153cyrillic.png \ - img154cyrillic.png \ - img155cyrillic.png \ - img156cyrillic.png \ - img157cyrillic.png diff --git a/src/kile/symbols/delimiters/Makefile.am b/src/kile/symbols/delimiters/Makefile.am deleted file mode 100644 index 974f343..0000000 --- a/src/kile/symbols/delimiters/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/delimiters - -pics_DATA = img001delimiters.png \ - img002delimiters.png \ - img003delimiters.png \ - img004delimiters.png \ - img005delimiters.png \ - img006delimiters.png \ - img007delimiters.png \ - img008delimiters.png \ - img009delimiters.png \ - img010delimiters.png \ - img011delimiters.png \ - img012delimiters.png \ - img013delimiters.png \ - img014delimiters.png \ - img015delimiters.png \ - img016delimiters.png \ - img017delimiters.png \ - img018delimiters.png \ - img019delimiters.png \ - img020delimiters.png \ - img021delimiters.png \ - img022delimiters.png \ - img023delimiters.png \ - img024delimiters.png \ - img025delimiters.png \ - img026delimiters.png \ - img027delimiters.png \ - img028delimiters.png \ - img029delimiters.png \ - img030delimiters.png \ - img031delimiters.png \ - img032delimiters.png \ - img033delimiters.png \ - img034delimiters.png \ - img035delimiters.png \ - img036delimiters.png \ - img037delimiters.png diff --git a/src/kile/symbols/greek/Makefile.am b/src/kile/symbols/greek/Makefile.am deleted file mode 100644 index 30cec49..0000000 --- a/src/kile/symbols/greek/Makefile.am +++ /dev/null @@ -1,67 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/greek - -pics_DATA = img001greek.png \ - img002greek.png \ - img003greek.png \ - img004greek.png \ - img005greek.png \ - img006greek.png \ - img007greek.png \ - img008greek.png \ - img009greek.png \ - img010greek.png \ - img011greek.png \ - img012greek.png \ - img013greek.png \ - img014greek.png \ - img015greek.png \ - img016greek.png \ - img017greek.png \ - img018greek.png \ - img019greek.png \ - img020greek.png \ - img021greek.png \ - img022greek.png \ - img023greek.png \ - img024greek.png \ - img025greek.png \ - img026greek.png \ - img027greek.png \ - img028greek.png \ - img029greek.png \ - img030greek.png \ - img031greek.png \ - img032greek.png \ - img033greek.png \ - img034greek.png \ - img035greek.png \ - img036greek.png \ - img037greek.png \ - img038greek.png \ - img039greek.png \ - img040greek.png \ - img041greek.png \ - img042greek.png \ - img043greek.png \ - img044greek.png \ - img045greek.png \ - img046greek.png \ - img047greek.png \ - img048greek.png \ - img049greek.png \ - img050greek.png \ - img051greek.png \ - img052greek.png \ - img053greek.png \ - img054greek.png \ - img055greek.png \ - img056greek.png \ - img057greek.png \ - img058greek.png \ - img059greek.png \ - img060greek.png \ - img061greek.png \ - img062greek.png \ - img063greek.png \ - img064greek.png \ - img065greek.png diff --git a/src/kile/symbols/misc-math/Makefile.am b/src/kile/symbols/misc-math/Makefile.am deleted file mode 100644 index 73ec384..0000000 --- a/src/kile/symbols/misc-math/Makefile.am +++ /dev/null @@ -1,99 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/misc-math - -pics_DATA = img001misc-math.png \ - img002misc-math.png \ - img003misc-math.png \ - img004misc-math.png \ - img005misc-math.png \ - img006misc-math.png \ - img007misc-math.png \ - img008misc-math.png \ - img009misc-math.png \ - img010misc-math.png \ - img011misc-math.png \ - img012misc-math.png \ - img013misc-math.png \ - img014misc-math.png \ - img015misc-math.png \ - img016misc-math.png \ - img017misc-math.png \ - img018misc-math.png \ - img019misc-math.png \ - img020misc-math.png \ - img021misc-math.png \ - img022misc-math.png \ - img023misc-math.png \ - img024misc-math.png \ - img025misc-math.png \ - img026misc-math.png \ - img027misc-math.png \ - img028misc-math.png \ - img029misc-math.png \ - img030misc-math.png \ - img031misc-math.png \ - img032misc-math.png \ - img033misc-math.png \ - img034misc-math.png \ - img035misc-math.png \ - img036misc-math.png \ - img037misc-math.png \ - img038misc-math.png \ - img039misc-math.png \ - img040misc-math.png \ - img041misc-math.png \ - img042misc-math.png \ - img043misc-math.png \ - img044misc-math.png \ - img045misc-math.png \ - img046misc-math.png \ - img047misc-math.png \ - img048misc-math.png \ - img049misc-math.png \ - img050misc-math.png \ - img051misc-math.png \ - img052misc-math.png \ - img053misc-math.png \ - img054misc-math.png \ - img055misc-math.png \ - img056misc-math.png \ - img057misc-math.png \ - img058misc-math.png \ - img059misc-math.png \ - img060misc-math.png \ - img061misc-math.png \ - img062misc-math.png \ - img063misc-math.png \ - img064misc-math.png \ - img065misc-math.png \ - img066misc-math.png \ - img067misc-math.png \ - img068misc-math.png \ - img069misc-math.png \ - img070misc-math.png \ - img071misc-math.png \ - img072misc-math.png \ - img073misc-math.png \ - img074misc-math.png \ - img075misc-math.png \ - img076misc-math.png \ - img077misc-math.png \ - img078misc-math.png \ - img079misc-math.png \ - img080misc-math.png \ - img081misc-math.png \ - img082misc-math.png \ - img083misc-math.png \ - img084misc-math.png \ - img085misc-math.png \ - img086misc-math.png \ - img087misc-math.png \ - img088misc-math.png \ - img089misc-math.png \ - img090misc-math.png \ - img091misc-math.png \ - img092misc-math.png \ - img093misc-math.png \ - img094misc-math.png \ - img095misc-math.png \ - img096misc-math.png \ - img097misc-math.png diff --git a/src/kile/symbols/misc-text/Makefile.am b/src/kile/symbols/misc-text/Makefile.am deleted file mode 100644 index 8f34f4b..0000000 --- a/src/kile/symbols/misc-text/Makefile.am +++ /dev/null @@ -1,137 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/misc-text - -pics_DATA = img001misc-text.png \ - img002misc-text.png \ - img003misc-text.png \ - img004misc-text.png \ - img005misc-text.png \ - img006misc-text.png \ - img007misc-text.png \ - img008misc-text.png \ - img009misc-text.png \ - img010misc-text.png \ - img011misc-text.png \ - img012misc-text.png \ - img013misc-text.png \ - img014misc-text.png \ - img015misc-text.png \ - img016misc-text.png \ - img017misc-text.png \ - img018misc-text.png \ - img019misc-text.png \ - img020misc-text.png \ - img021misc-text.png \ - img022misc-text.png \ - img023misc-text.png \ - img024misc-text.png \ - img025misc-text.png \ - img026misc-text.png \ - img027misc-text.png \ - img028misc-text.png \ - img029misc-text.png \ - img030misc-text.png \ - img031misc-text.png \ - img032misc-text.png \ - img033misc-text.png \ - img034misc-text.png \ - img035misc-text.png \ - img036misc-text.png \ - img037misc-text.png \ - img038misc-text.png \ - img039misc-text.png \ - img040misc-text.png \ - img041misc-text.png \ - img042misc-text.png \ - img043misc-text.png \ - img044misc-text.png \ - img045misc-text.png \ - img046misc-text.png \ - img047misc-text.png \ - img048misc-text.png \ - img049misc-text.png \ - img050misc-text.png \ - img051misc-text.png \ - img052misc-text.png \ - img053misc-text.png \ - img054misc-text.png \ - img055misc-text.png \ - img056misc-text.png \ - img057misc-text.png \ - img058misc-text.png \ - img059misc-text.png \ - img060misc-text.png \ - img061misc-text.png \ - img062misc-text.png \ - img063misc-text.png \ - img064misc-text.png \ - img065misc-text.png \ - img066misc-text.png \ - img067misc-text.png \ - img068misc-text.png \ - img069misc-text.png \ - img070misc-text.png \ - img071misc-text.png \ - img072misc-text.png \ - img073misc-text.png \ - img074misc-text.png \ - img075misc-text.png \ - img076misc-text.png \ - img077misc-text.png \ - img078misc-text.png \ - img079misc-text.png \ - img080misc-text.png \ - img081misc-text.png \ - img082misc-text.png \ - img083misc-text.png \ - img084misc-text.png \ - img085misc-text.png \ - img086misc-text.png \ - img087misc-text.png \ - img088misc-text.png \ - img089misc-text.png \ - img090misc-text.png \ - img091misc-text.png \ - img092misc-text.png \ - img093misc-text.png \ - img094misc-text.png \ - img095misc-text.png \ - img096misc-text.png \ - img097misc-text.png \ - img098misc-text.png \ - img099misc-text.png \ - img100misc-text.png \ - img101misc-text.png \ - img102misc-text.png \ - img103misc-text.png \ - img104misc-text.png \ - img105misc-text.png \ - img106misc-text.png \ - img107misc-text.png \ - img108misc-text.png \ - img109misc-text.png \ - img110misc-text.png \ - img111misc-text.png \ - img112misc-text.png \ - img113misc-text.png \ - img114misc-text.png \ - img115misc-text.png \ - img116misc-text.png \ - img117misc-text.png \ - img118misc-text.png \ - img119misc-text.png \ - img120misc-text.png \ - img121misc-text.png \ - img122misc-text.png \ - img123misc-text.png \ - img124misc-text.png \ - img125misc-text.png \ - img126misc-text.png \ - img127misc-text.png \ - img128misc-text.png \ - img129misc-text.png \ - img130misc-text.png \ - img131misc-text.png \ - img132misc-text.png \ - img133misc-text.png \ - img134misc-text.png \ - img135misc-text.png diff --git a/src/kile/symbols/operators/Makefile.am b/src/kile/symbols/operators/Makefile.am deleted file mode 100644 index 661c588..0000000 --- a/src/kile/symbols/operators/Makefile.am +++ /dev/null @@ -1,115 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/operators - -pics_DATA = img001operators.png \ - img002operators.png \ - img003operators.png \ - img004operators.png \ - img005operators.png \ - img006operators.png \ - img007operators.png \ - img008operators.png \ - img009operators.png \ - img010operators.png \ - img011operators.png \ - img012operators.png \ - img013operators.png \ - img014operators.png \ - img015operators.png \ - img016operators.png \ - img017operators.png \ - img018operators.png \ - img019operators.png \ - img020operators.png \ - img021operators.png \ - img022operators.png \ - img023operators.png \ - img024operators.png \ - img025operators.png \ - img026operators.png \ - img027operators.png \ - img028operators.png \ - img029operators.png \ - img030operators.png \ - img031operators.png \ - img032operators.png \ - img033operators.png \ - img034operators.png \ - img035operators.png \ - img036operators.png \ - img037operators.png \ - img038operators.png \ - img039operators.png \ - img040operators.png \ - img041operators.png \ - img042operators.png \ - img043operators.png \ - img044operators.png \ - img045operators.png \ - img046operators.png \ - img047operators.png \ - img048operators.png \ - img049operators.png \ - img050operators.png \ - img051operators.png \ - img052operators.png \ - img053operators.png \ - img054operators.png \ - img055operators.png \ - img056operators.png \ - img057operators.png \ - img058operators.png \ - img059operators.png \ - img060operators.png \ - img061operators.png \ - img062operators.png \ - img063operators.png \ - img064operators.png \ - img065operators.png \ - img066operators.png \ - img067operators.png \ - img068operators.png \ - img069operators.png \ - img070operators.png \ - img071operators.png \ - img072operators.png \ - img073operators.png \ - img074operators.png \ - img075operators.png \ - img076operators.png \ - img077operators.png \ - img078operators.png \ - img079operators.png \ - img080operators.png \ - img081operators.png \ - img082operators.png \ - img083operators.png \ - img084operators.png \ - img085operators.png \ - img086operators.png \ - img087operators.png \ - img088operators.png \ - img089operators.png \ - img090operators.png \ - img091operators.png \ - img092operators.png \ - img093operators.png \ - img094operators.png \ - img095operators.png \ - img096operators.png \ - img097operators.png \ - img098operators.png \ - img099operators.png \ - img100operators.png \ - img101operators.png \ - img102operators.png \ - img103operators.png \ - img104operators.png \ - img105operators.png \ - img106operators.png \ - img107operators.png \ - img108operators.png \ - img109operators.png \ - img110operators.png \ - img111operators.png \ - img112operators.png \ - img113operators.png diff --git a/src/kile/symbols/relation/Makefile.am b/src/kile/symbols/relation/Makefile.am deleted file mode 100644 index da73e7d..0000000 --- a/src/kile/symbols/relation/Makefile.am +++ /dev/null @@ -1,141 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/relation - -pics_DATA = img001relation.png \ - img002relation.png \ - img003relation.png \ - img004relation.png \ - img005relation.png \ - img006relation.png \ - img007relation.png \ - img008relation.png \ - img009relation.png \ - img010relation.png \ - img011relation.png \ - img012relation.png \ - img013relation.png \ - img014relation.png \ - img015relation.png \ - img016relation.png \ - img017relation.png \ - img018relation.png \ - img019relation.png \ - img020relation.png \ - img021relation.png \ - img022relation.png \ - img023relation.png \ - img024relation.png \ - img025relation.png \ - img026relation.png \ - img027relation.png \ - img028relation.png \ - img029relation.png \ - img030relation.png \ - img031relation.png \ - img032relation.png \ - img033relation.png \ - img034relation.png \ - img035relation.png \ - img036relation.png \ - img037relation.png \ - img038relation.png \ - img039relation.png \ - img040relation.png \ - img041relation.png \ - img042relation.png \ - img043relation.png \ - img044relation.png \ - img045relation.png \ - img046relation.png \ - img047relation.png \ - img048relation.png \ - img049relation.png \ - img050relation.png \ - img051relation.png \ - img052relation.png \ - img053relation.png \ - img054relation.png \ - img055relation.png \ - img056relation.png \ - img057relation.png \ - img058relation.png \ - img059relation.png \ - img060relation.png \ - img061relation.png \ - img062relation.png \ - img063relation.png \ - img064relation.png \ - img065relation.png \ - img066relation.png \ - img067relation.png \ - img068relation.png \ - img069relation.png \ - img070relation.png \ - img071relation.png \ - img072relation.png \ - img073relation.png \ - img074relation.png \ - img075relation.png \ - img076relation.png \ - img077relation.png \ - img078relation.png \ - img079relation.png \ - img080relation.png \ - img081relation.png \ - img082relation.png \ - img083relation.png \ - img084relation.png \ - img085relation.png \ - img086relation.png \ - img087relation.png \ - img088relation.png \ - img089relation.png \ - img090relation.png \ - img091relation.png \ - img092relation.png \ - img093relation.png \ - img094relation.png \ - img095relation.png \ - img096relation.png \ - img097relation.png \ - img098relation.png \ - img099relation.png \ - img100relation.png \ - img101relation.png \ - img102relation.png \ - img103relation.png \ - img104relation.png \ - img105relation.png \ - img106relation.png \ - img107relation.png \ - img108relation.png \ - img109relation.png \ - img110relation.png \ - img111relation.png \ - img112relation.png \ - img113relation.png \ - img114relation.png \ - img115relation.png \ - img116relation.png \ - img117relation.png \ - img118relation.png \ - img119relation.png \ - img120relation.png \ - img121relation.png \ - img122relation.png \ - img123relation.png \ - img124relation.png \ - img125relation.png \ - img126relation.png \ - img127relation.png \ - img128relation.png \ - img129relation.png \ - img130relation.png \ - img131relation.png \ - img132relation.png \ - img133relation.png \ - img134relation.png \ - img135relation.png \ - img136relation.png \ - img137relation.png \ - img138relation.png \ - img139relation.png diff --git a/src/kile/symbols/special/Makefile.am b/src/kile/symbols/special/Makefile.am deleted file mode 100644 index 22cab60..0000000 --- a/src/kile/symbols/special/Makefile.am +++ /dev/null @@ -1,180 +0,0 @@ -picsdir = $(kde_datadir)/kile/mathsymbols/special - -pics_DATA = img001special.png \ - img002special.png \ - img003special.png \ - img004special.png \ - img005special.png \ - img006special.png \ - img007special.png \ - img008special.png \ - img009special.png \ - img010special.png \ - img011special.png \ - img012special.png \ - img013special.png \ - img014special.png \ - img015special.png \ - img016special.png \ - img017special.png \ - img018special.png \ - img019special.png \ - img020special.png \ - img021special.png \ - img022special.png \ - img023special.png \ - img024special.png \ - img025special.png \ - img026special.png \ - img027special.png \ - img028special.png \ - img029special.png \ - img030special.png \ - img031special.png \ - img032special.png \ - img033special.png \ - img034special.png \ - img035special.png \ - img036special.png \ - img037special.png \ - img038special.png \ - img039special.png \ - img040special.png \ - img041special.png \ - img042special.png \ - img043special.png \ - img044special.png \ - img045special.png \ - img046special.png \ - img047special.png \ - img048special.png \ - img049special.png \ - img050special.png \ - img051special.png \ - img052special.png \ - img053special.png \ - img054special.png \ - img055special.png \ - img056special.png \ - img057special.png \ - img058special.png \ - img059special.png \ - img060special.png \ - img061special.png \ - img062special.png \ - img063special.png \ - img064special.png \ - img065special.png \ - img066special.png \ - img067special.png \ - img068special.png \ - img069special.png \ - img070special.png \ - img071special.png \ - img072special.png \ - img073special.png \ - img074special.png \ - img075special.png \ - img076special.png \ - img077special.png \ - img078special.png \ - img079special.png \ - img080special.png \ - img081special.png \ - img082special.png \ - img083special.png \ - img084special.png \ - img085special.png \ - img086special.png \ - img087special.png \ - img088special.png \ - img089special.png \ - img090special.png \ - img091special.png \ - img092special.png \ - img093special.png \ - img094special.png \ - img095special.png \ - img096special.png \ - img097special.png \ - img098special.png \ - img099special.png \ - img100special.png \ - img101special.png \ - img102special.png \ - img103special.png \ - img104special.png \ - img105special.png \ - img106special.png \ - img107special.png \ - img108special.png \ - img109special.png \ - img110special.png \ - img111special.png \ - img112special.png \ - img113special.png \ - img114special.png \ - img115special.png \ - img116special.png \ - img117special.png \ - img118special.png \ - img119special.png \ - img120special.png \ - img121special.png \ - img122special.png \ - img123special.png \ - img124special.png \ - img125special.png \ - img126special.png \ - img127special.png \ - img128special.png \ - img129special.png \ - img130special.png \ - img131special.png \ - img132special.png \ - img133special.png \ - img134special.png \ - img135special.png \ - img136special.png \ - img137special.png \ - img138special.png \ - img139special.png \ - img140special.png \ - img141special.png \ - img142special.png \ - img143special.png \ - img144special.png \ - img145special.png \ - img146special.png \ - img147special.png \ - img148special.png \ - img149special.png \ - img150special.png \ - img151special.png \ - img152special.png \ - img153special.png \ - img154special.png \ - img155special.png \ - img156special.png \ - img157special.png \ - img158special.png \ - img159special.png \ - img160special.png \ - img161special.png \ - img162special.png \ - img163special.png \ - img164special.png \ - img165special.png \ - img166special.png \ - img167special.png \ - img168special.png \ - img169special.png \ - img170special.png \ - img171special.png \ - img172special.png \ - img173special.png \ - img174special.png \ - img175special.png \ - img176special.png \ - img177special.png \ - img178special.png diff --git a/src/kile/syntax/Makefile.am b/src/kile/syntax/Makefile.am deleted file mode 100644 index 927e546..0000000 --- a/src/kile/syntax/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -syntaxdir = $(kde_datadir)/katepart/syntax -syntax_DATA = latex.xml bibtex.xml - diff --git a/src/kile/templates/Makefile.am b/src/kile/templates/Makefile.am deleted file mode 100644 index aeb1053..0000000 --- a/src/kile/templates/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -templatedir = $(kde_datadir)/kile/templates -template_DATA = template_Article.tex template_Book.tex template_Letter.tex template_Report.tex template_Beamer.tex template_Scrartcl.tex template_Scrreprt.tex template_HA-prosper.tex template_Scrbook.tex template_Prosper.tex template_Scrlttr2.tex - diff --git a/src/kile/test/Makefile.am b/src/kile/test/Makefile.am deleted file mode 100644 index 0448d4f..0000000 --- a/src/kile/test/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -testdir = $(kde_datadir)/kile/test -test_DATA = runTests.sh test.tex test_plain.tex test.bib test_bib.tex test_index.tex - diff --git a/stamp-h.in b/stamp-h.in deleted file mode 100644 index e69de29..0000000 diff --git a/subdirs b/subdirs deleted file mode 100644 index 51d9b55..0000000 --- a/subdirs +++ /dev/null @@ -1,3 +0,0 @@ -doc -src -translations diff --git a/translations/Makefile.am b/translations/Makefile.am deleted file mode 100644 index c0fba57..0000000 --- a/translations/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS=messages diff --git a/translations/messages/Makefile.am b/translations/messages/Makefile.am deleted file mode 100644 index 0fa209c..0000000 --- a/translations/messages/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -POFILES = AUTO -- cgit v1.2.3