aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Add plyr as player default and remove NodeJS, npm and videojsJesús2022-02-281-17/+11
|
* Remove references to old tinymce dependency.Ben Sturmfels2021-04-231-1/+1
|
* Drop Python 2 installation support.Ben Sturmfels2021-03-031-1/+0
|
* Potentially require virtualenv as a requirement for "make dist"Christopher Allan Webber2015-06-031-1/+1
|
* "make check" should work, and "make dist" should use setup.pyChristopher Allan Webber2015-06-031-10/+3
|
* Comment on why we're not using `make dist`... yetChristopher Allan Webber2015-06-021-0/+4
|
* Switch from "cp --no-clobber" to "cp -n" for bsd compatibilityChristopher Allan Webber2015-05-131-1/+1
|
* Use virtualenv set by configureayleph2015-04-031-1/+1
|
* Make "make check" actually run testsChristopher Allan Webber2015-02-211-1/+1
|
* Removing cruft from the makefileChristopher Allan Webber2015-02-171-30/+1
|
* Clean up makefile, make `make docs` / `make info` actually work!Christopher Allan Webber2015-02-171-21/+7
| | | | This commit sponsored by Alon Levy! Thank you, for everything!
* Add myself to the copyrights of Makefile.inChristopher Allan Webber2015-02-171-0/+1
|
* Clarify the "make clean" caution'ingChristopher Allan Webber2015-02-171-0/+1
|
* Proper cleanup of extlib with a make distcleanChristopher Allan Webber2015-02-171-2/+9
| | | | | | | Also be sure to build the actual virtualenv target with a "make" if that's how we're set up. This commit sponsored by Pablo J. Urbano Santos. Thank you!
* Script and makefile adjustments for updating extlibChristopher Allan Webber2015-02-171-3/+8
|
* Add a "make docs" targetChristopher Allan Webber2015-02-171-1/+9
|
* Switch to using ./devtools/compile_translations.sh in Makefile.inChristopher Allan Webber2015-02-141-1/+2
| | | | This commit sponsored by Federico Bruni. Thank you!
* Remove the paste.ini rule.Christopher Allan Webber2014-10-101-10/+11
|
* Also remove the include directoryChristopher Allan Webber2014-10-101-0/+1
|
* Various makefile fixesChristopher Allan Webber2014-10-101-10/+14
| | | | | | | - Actually use $(PYTHON) in virtualenv creation - Make paste.ini if need be - distclean is more forgiving if files aren't there - clean up virtualenvs also
* No rule, yet, to clean house.Christopher Allan Webber2014-10-101-2/+11
|
* Users now get an editable copy of mediagoblin.example.ini->mediagoblin.iniChristopher Allan Webber2014-10-101-1/+5
| | | | | | This way we no longer have people confusedly editing mediagoblin.ini when they meant to edit mediagoblin.example.ini. Hopefully it should be a lot simpler.
* Symlink the appropriate paste.iniChristopher Allan Webber2014-10-101-4/+8
|
* Set USE_PYTHON3 to yes/no depending on whether --with-python3 enabledChristopher Allan Webber2014-10-101-0/+1
|
* Most of the way to having a desirable `./configure && make` setupChristopher Allan Webber2014-10-101-7/+17
| | | | | | | | Tries to simplify a lot of the configure code. This is mostly because I found what I expected the previous configure setup to do wasn't quite what it was doing. Also supports a --with-python3 option.
* Continuing to iterate toward the right autoconf/make solutionChristopher Allan Webber2014-10-101-53/+58
|
* Updated MediaGoblin config stuff to latest pyconfigure releaseChristopher Allan Webber2014-10-101-11/+9
| | | | Iterating towards what we want in the configure setup.
* Make the develop makefile target the default.Christopher Allan Webber2013-10-071-1/+1
| | | | | | | | | Why do ./configure && make && sudo make install if the second one make installs, amirite? ;) Generally I just think install should not be a default make target. This commit sponsored by Ron Ursem. Thank you!
* clean more on distcleanBrandon Invergo2013-05-191-0/+1
|
* fix aux file installationBrandon Invergo2013-05-191-8/+9
|
* use POSTGRES variableBrandon Invergo2013-05-191-2/+3
|
* minor touch-upsBrandon Invergo2013-05-191-4/+7
|
* better handle installation to another directoryBrandon Invergo2013-05-191-2/+10
|
* fix virtualenv python interpreter and fix update targetBrandon Invergo2013-05-191-12/+19
|
* add Makefile.inBrandon Invergo2013-05-191-0/+186
|
* clean upBrandon Invergo2013-05-191-132/+0
|
* add pyconfigure stuffBrandon Invergo2012-11-121-0/+132