Update of /cvsroot/pure-data/externals/build/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7514
Modified Files: makefile Log Message: added IEMlib iemhelp dir
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/build/doc/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** makefile 11 Apr 2004 19:07:13 -0000 1.3 --- makefile 18 May 2004 23:22:36 -0000 1.4 *************** *** 8,15 ****
all: ! # [sprinkler]'s help file is generated by ./configure ! cd ../../sprinkler && autoconf && ./configure ! cp ../../sprinkler/sprinkler-help.pd $(DOC_DIR) ! # all of the rest cp ../../OSCx/doc/*.pd \ ../../aenv~/*.pd \ --- 8,13 ----
all: ! #---------------------------------------------------------------------------- ! # all standard objs' help files cp ../../OSCx/doc/*.pd \ ../../aenv~/*.pd \ *************** *** 41,51 **** ../../zhzxh~/*.pd \ $(DOC_DIR) # remove help files for objects that are not included due to conflicts, etc. ! # mjlib [prob] conflicts with cyclone's [prob] ! rm prob.pd ! # make files read-only so people don't mistaken change their help files ! chmod a-wx *.*
# this is mildly dangerous, since it just deletes everything clean: ! rm -f *.* --- 39,66 ---- ../../zhzxh~/*.pd \ $(DOC_DIR) + #---------------------------------------------------------------------------- + # [sprinkler]'s help file is generated by ./configure + cd ../../sprinkler && autoconf && ./configure + cp ../../sprinkler/sprinkler-help.pd $(DOC_DIR) + #---------------------------------------------------------------------------- + # IEMlib uses its own dir and since its not maintained in CVS + # its best not to change the objects + install -d -m0755 $(DOC_DIR)/iemhelp + cp ../../iemlib/iemhelp/*.* $(DOC_DIR)/iemhelp + #---------------------------------------------------------------------------- # remove help files for objects that are not included due to conflicts, etc. ! # ! # mjlib [prob] conflicts with cyclone's [prob] ! rm prob-help.pd ! # maxlib conflicts with cyclone ! rm help-split.pd ! #---------------------------------------------------------------------------- ! # no need to have pd patches executable ! chmod a-x *.pd !
+ #---------------------------------------------------------------------------- # this is mildly dangerous, since it just deletes everything clean: ! rm -f *.pd *.ps *.txt test.som *~ ! rm -Rf iemhelp