Update of /cvsroot/pure-data/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14309
Modified Files: Makefile Log Message: lots of build bug fixes and additions, including pixeltango and lots of binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/doc/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 26 Nov 2005 04:19:27 -0000 1.10 --- Makefile 27 Nov 2005 04:56:31 -0000 1.11 *************** *** 31,35 **** chmod -R ugo-w $(pddocdir)
! install: pd_fileformat_install pd-msg_install pddp_install tutorials_install @echo " " @echo "doc install succeeded!" --- 31,36 ---- chmod -R ugo-w $(pddocdir)
! install: externals-howto_install pd_fileformat_install pd-msg_install ! install: pddp_install tutorials_install @echo " " @echo "doc install succeeded!" *************** *** 42,69 ****
#------------------------------------------------------------------------------# - # PD-MSG - PD-MSG_NAME = pd-msg - pd-msg_install: $(manualsdir) - install -d $(manualsdir)/$(PD-MSG_NAME) - install -p $(doc_src)/additional/pd-msg/*.txt \ - $(manualsdir)/$(PD-MSG_NAME) - for dir in $(shell cd $(doc_src)/additional/pd-msg && ls -d [1-5].*); do \ - echo "Including $$dir in $(PD-MSG_NAME)"; \ - install -d $(manualsdir)/$(PD-MSG_NAME)/$$dir; \ - install -p $(doc_src)/additional/pd-msg/$$dir/*.* \ - $(manualsdir)/$(PD-MSG_NAME)/$$dir; \ - done - - - - #------------------------------------------------------------------------------# - # PD_FILEFORMAT - PD_FILEFORMAT_NAME = Pd - pd_fileformat_install: $(manualsdir) - install -d $(manualsdir)/$(PD_FILEFORMAT_NAME) - curl http://student-kmt.hku.nl/%7Etjeerd/pd/pd_fileformat.html > \ - $(manualsdir)/$(PD_FILEFORMAT_NAME)/Pd_File_Format.html - - #------------------------------------------------------------------------------# # EXTERNALS-HOWTO EXTERNALS-HOWTO_NAME = Externals-HOWTO --- 43,46 ---- *************** *** 95,98 **** --- 72,100 ----
#------------------------------------------------------------------------------# + # PD-MSG + PD-MSG_NAME = pd-msg + pd-msg_install: $(manualsdir) + install -d $(manualsdir)/$(PD-MSG_NAME) + install -p $(doc_src)/additional/pd-msg/*.txt \ + $(manualsdir)/$(PD-MSG_NAME) + for dir in $(shell cd $(doc_src)/additional/pd-msg && ls -d [1-5].*); do \ + echo "Including $$dir in $(PD-MSG_NAME)"; \ + install -d $(manualsdir)/$(PD-MSG_NAME)/$$dir; \ + install -p $(doc_src)/additional/pd-msg/$$dir/*.* \ + $(manualsdir)/$(PD-MSG_NAME)/$$dir; \ + done + + + + #------------------------------------------------------------------------------# + # PD_FILEFORMAT + PD_FILEFORMAT_NAME = Pd + pd_fileformat_install: $(manualsdir) + install -d $(manualsdir)/$(PD_FILEFORMAT_NAME) + curl http://student-kmt.hku.nl/%7Etjeerd/pd/pd_fileformat.html > \ + $(manualsdir)/$(PD_FILEFORMAT_NAME)/Pd_File_Format.html + + + #------------------------------------------------------------------------------# # PDDP pddp_install: $(helpdir)