aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
AgeCommit message (Collapse)Author
2013-01-30merge in build fixes from 0.43Hans-Christoph Steiner
svn path=/trunk/; revision=17002
2012-10-24on MinGW, move media_install symlinking to the Inno Setup packaging: MinGW's ↵Hans-Christoph Steiner
ln is cp, so you can't ln a file that doesn't exist svn path=/trunk/; revision=16488
2012-10-24don't forget all the needed backslashesHans-Christoph Steiner
svn path=/trunk/; revision=16486
2012-10-24symlink .wav and video files into the media/ folderHans-Christoph Steiner
svn path=/trunk/; revision=16485
2012-02-11added starterkit 'Start Here' patch to the help menuHans-Christoph Steiner
svn path=/trunk/; revision=15958
2011-10-05also install the glossary.txt file that is used to build glossary.pdHans-Christoph Steiner
svn path=/trunk/; revision=15500
2010-12-27removed externals-howto from the automatically run targetsHans-Christoph Steiner
svn path=/trunk/; revision=14680
2010-04-13update install because of moving 'pddp' to 'externals'Hans-Christoph Steiner
svn path=/trunk/; revision=13442
2009-08-27build system DESTDIR correctiondmotd
svn path=/trunk/; revision=12106
2009-01-11preventing curl from waiting forever when downloadingHans-Christoph Steiner
svn path=/trunk/; revision=10512
2008-06-18there is nothing in the Physical tutorials yet, so better not install themHans-Christoph Steiner
svn path=/trunk/; revision=10033
2007-05-15added MJPEG movie and fixed 'media' installHans-Christoph Steiner
svn path=/trunk/; revision=7667
2007-02-25updated to reflect name change: 0-pager.pd -> +pager.pdHans-Christoph Steiner
svn path=/trunk/; revision=7447
2006-12-18made the intro tutorial suite on the same level as the rest of the manuals ↵Hans-Christoph Steiner
so that the file paths are the same svn path=/trunk/; revision=6932
2006-12-16added cognition patches to the manual sections; added new patch about ↵Hans-Christoph Steiner
vibrato vs. timbre and some old stuff that was lying around svn path=/trunk/; revision=6921
2006-09-25shorted paths to filesHans-Christoph Steiner
svn path=/trunk/; revision=6014
2006-09-20oops, forgetting a backslash is a bitch...Hans-Christoph Steiner
svn path=/trunk/; revision=5983
2006-09-20changed PDDP tutorials layout and used local file for pd_fileformatHans-Christoph Steiner
svn path=/trunk/; revision=5977
2006-04-25added messageoddness colection of patches to the manuals sectionHans-Christoph Steiner
svn path=/trunk/; revision=4996
2006-04-13updated install for 0-pager.pdHans-Christoph Steiner
svn path=/trunk/; revision=4902
2006-04-07made clean targets continue on failureHans-Christoph Steiner
svn path=/trunk/; revision=4836
2006-04-07added clean targets, need more; added DOC_TARGETS list for install and clean ↵Hans-Christoph Steiner
targets; added more tutorials and media section svn path=/trunk/; revision=4831
2005-12-30fixed minor typoHans-Christoph Steiner
svn path=/trunk/; revision=4313
2005-12-12made curl downloads optionalHans-Christoph Steiner
svn path=/trunk/; revision=4196
2005-12-06fixed a number of minor bugs, including Frank's patches; added test_location ↵Hans-Christoph Steiner
target to check where everything will end up svn path=/trunk/; revision=4159
2005-12-02using centralized buildlayout file. If some package needs a local copy, it ↵Hans-Christoph Steiner
can be added back svn path=/trunk/; revision=4105
2005-11-30preparing for RC6, bug fixes and tweaks, things are look ing goodHans-Christoph Steiner
svn path=/trunk/; revision=4086
2005-11-28- finally got a Linux Pd-extended release out, RC5Hans-Christoph Steiner
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4066
2005-11-27lots of build bug fixes and additions, including pixeltango and lots of ↵Hans-Christoph Steiner
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4050
2005-11-26updated names to be more GNU-like and easier to readHans-Christoph Steiner
svn path=/trunk/; revision=4036
2005-11-26added in Jamie's dlopn patch so I can use his binaries; fixed a number of ↵Hans-Christoph Steiner
bugs reported on the list; added platform-specific noncvs handling svn path=/trunk/; revision=4035
2005-11-23fixed empty 3.audio.examples bug, it was caused by symlinks created by ↵Hans-Christoph Steiner
devsymlinks; added pd_fileformat.html from the web; built mac release 0.38.4-extendedRC4 svn path=/trunk/; revision=4024
2005-11-21cleaned up playnow loose ends and added in new contentHans-Christoph Steiner
svn path=/trunk/; revision=4001
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3993
2004-01-15minor spelling changesHans-Christoph Steiner
svn path=/trunk/; revision=1262
2003-08-31fixed 'make clean' bugHans-Christoph Steiner
svn path=/trunk/; revision=918
2003-08-31removed non-functional 'clean:' targetHans-Christoph Steiner
svn path=/trunk/; revision=910
2003-08-31makefile now creates MacOS X pkgs; no need for GUI .pmsp filesHans-Christoph Steiner
svn path=/trunk/; revision=909
2003-08-22working MacOS X packageHans-Christoph Steiner
svn path=/trunk/; revision=892