moved the man page distribution stuff into the appropriate makefile.am

SVN revision: 918
This commit is contained in:
Mandrake 1999-10-20 19:45:09 +00:00
parent 6d2b32f77e
commit 4733dd3ddb
3 changed files with 3 additions and 24 deletions

View File

@ -20,5 +20,4 @@ debian/changelog \
debian/control \
debian/copyright \
debian/ehrc \
debian/rules \
man/enlightenment.1
debian/rules

View File

@ -1,2 +1,4 @@
man_MANS = enlightenment.1
EXTRA_DIST = enlightenment.1

View File

@ -365,28 +365,6 @@ main(int argc, char **argv)
#endif
SetupUserInitialization();
if (FindItem("", 0, LIST_FINDBY_NONE,
LIST_TYPE_COLORMODIFIER))
{
DIALOG_OK("Disabled Feature...",
"The theme you are using contains COLOR MODIFIERS.\n"
"They have been disabled for 0.16 due to them causing\n"
"a mysterious memory leak that cannot be found.\n"
"Please do not try and get them re-enabled by mailing the\n"
"Enlightenment Authors - either help us find the leak\n"
"and fix it, or use another theme, or contact the\n"
"author of the theme you are using and have them modify\n"
"their theme so it does not require Color Modifiers.\n"
"\n"
"It is unfortunate this has to be done but we cannot devote\n"
"any more time and resources to this problem that can be\n"
"worked around by pre-generating modified images instead of\n"
"using Color Modifiers.\n"
"\n"
"Unless someone helps there is no time to fix this so start\n"
"modifying your themes now if they use Color Modifiers\n"
);
}
if (mode.firsttime)
runDocBrowser();
if (!restarting)