[Git][cmucl/cmucl][issue-398-update-mk-defsystem] Install defsystem/docs too

Raymond Toy pushed to branch issue-398-update-mk-defsystem at cmucl / cmucl Commits: b7f2cc44 by Raymond Toy at 2025-04-27T13:23:25-07:00 Install defsystem/docs too Need to create defsystem/docs so we can put the docs there. We don't need to add explicitly the docs for asdf. It's handled elsewhere. - - - - - 1 changed file: - bin/make-main-dist.sh Changes: ===================================== bin/make-main-dist.sh ===================================== @@ -183,7 +183,7 @@ done # set -x # Create the directories for asdf and defsystem -for f in asdf defsystem asdf/doc +for f in asdf defsystem asdf/doc defsystem/docs do install -d ${GROUP} ${OWNER} -m 0755 $DESTDIR/$CMUCLLIBVER/lib/contrib/$f done @@ -210,13 +210,6 @@ do install ${GROUP} ${OWNER} -m 0644 $TARGET/contrib/$f/$f.$FASL $DESTDIR/$CMUCLLIBVER/lib/contrib/$f done -# Install the docs for asdf -for f in src/contrib/asdf/doc/* -do - base=`basename $f` - install ${GROUP} ${OWNER} -m 0644 $f $DESTDIR/$CMUCLLIBVER/lib/contrib/asdf/doc/$base -done - install ${GROUP} ${OWNER} -m 0644 src/general-info/cmucl.1 \ $DESTDIR/${MANDIR}/cmucl-$VERSION.1 install ${GROUP} ${OWNER} -m 0644 src/general-info/lisp.1 \ View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b7f2cc44c90c126004fdb857... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b7f2cc44c90c126004fdb857... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)