summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-11-21Refactor logger.py to make it more testablemathieui
Also fixes: - release the message log mmap when we are done with it - Write the right character in log lines
2017-11-19setup.py: Use $PYTHON instead of hardcoding python3.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2015-05-11Remove translation support, and cleanup the Makefile.Emmanuel Gil Peyrot
2015-02-10Update setup filesmathieui
- remove “make uninstall” target which was broken a long time ago - move very install action to the setup.py (alias “make install” to “python setup.py install” - add some stuff to “make clean” - update the config.py to search the default config file using pkg_resources (more reliable than dirname(__file__)) - install the html doc only if available - use README.rst for the setup.py long_description - also, update the copyright notice to 2015
2015-02-10Rename README.rest in the MakefileFlorent Le Coz
2014-10-29Add some testsmathieui
- also fix that travis build
2014-10-27Add some unit tests using py.testmathieui
- we need to have more
2014-04-09make clean also removes the .so copied in src/Florent Le Coz
2014-04-09Make clean removes the build directory containing the .so libraryFlorent Le Coz
2014-03-21Add a "release" target to the makefilemathieui
2014-03-08Remove useless parts of the setup processmathieui
2014-02-19Documentation & Makefile updatemathieui
2013-05-26Add the setup.py to make installmathieui
2013-05-26Update setup.py to use distutilsmathieui
(use new default directory, install the plugins as a separate python module…)
2013-04-13Update Makefile & Changelogmathieui
2013-01-06Improve the help system (#1986)mathieui
TODO: change the plugin API to take advantage of this This change is backwards-compatible (as in “should not break anything”)
2012-01-29Add the plugin dir to the makefilemathieui
2012-01-26Add the doc to the installed filesmathieui
2011-11-11Add the table of content in the documentation xhtml pages.Florent Le Coz
2011-11-08Compile on make installmathieui
2011-11-08make clean also cleans the html files generated by asciidocmathieui
2011-11-01First example of a documentation page + makefile to build the docFlorent Le Coz
2011-09-11Also install the .so on make installFlorent Le Coz
2011-09-11Build C modules inplaceFlorent Le Coz
2011-09-08c code that doesn’t workFlorent Le Coz
2010-12-17fix the poezio launcher in the makefilemathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-16fix Makefile againlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-16makefile fixed, a little (INSTALL)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-27Permissions fixmathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-07do not require argparse anymore, chmod in the directory in the python ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
process directly, fix a little bit the Mafile
2010-09-03Makefile fix (man & themes)mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-08remove duplicate dir in the Makefilelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20add gapan to THANKS and fix Makefile one last timelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20Fix makefile againlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20makefile, cleanlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20Makefile: remove locales and xmpppy stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-06DESTDIR problem fixed in Makefile. Thanks gapan. fixed #1579louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-05remove all locale stuff from the Makefile, since it's not used at the ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
moment. Also, xmpp lib is not installed anymore. I'll try to remove them completely from the repository in the future. TODO: make distros have xmpppy >= 0.5
2010-06-13/quit can have a message. fixed #1488louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-05-21non-anonymous authentication, fixed #1185louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-02-15dflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-02-15?louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-02-01autistelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-02-01/usr/bin/environ c'est mieuxlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-02-01prefix /usr/locallouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-01-31install depends on alllouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-01-31inclus xmppy0.5-RC1 avec les sources, sinon c'est chiant.louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-01-31testlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-01-31cleanup, launch.sh, makefilelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13