mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix borken make dist archive.
This commit is contained in:
parent
1087fc358a
commit
9f28cb3ac4
|
|
@ -6,7 +6,7 @@ if MANUAL_INSTALL
|
|||
MDS = ros.md ros-checkout.md ros-dump.md ros-init.md ros-install.md ros-list.md ros-setup.md ros-template.md \
|
||||
ros-config.md ros-delete.md ros-emacs.md ros-run.md ros-use.md ros-wait.md ros-asdf.md ros-build.md ros-update.md \
|
||||
ros-help.md
|
||||
man1_MANS = $(MDS:%.md=documents/man/%.1)
|
||||
dist_man1_MANS = $(MDS:%.md=documents/man/%.1)
|
||||
endif
|
||||
|
||||
if MANUAL_GENERATE
|
||||
|
|
@ -94,9 +94,9 @@ LISPS = helper.el \
|
|||
use-asdf.lisp use-env.lisp \
|
||||
\
|
||||
which.ros
|
||||
roslisp_DATA = $(LISPS:%=lisp/%)
|
||||
dist_roslisp_DATA = $(LISPS:%=lisp/%)
|
||||
|
||||
roslisppatch_DATA = patch/sbcl-1.3.11.patch patch/sbcl-posix-tests.patch
|
||||
dist_roslisppatch_DATA = patch/sbcl-1.3.11.patch patch/sbcl-posix-tests.patch
|
||||
|
||||
|
||||
release-prepare:
|
||||
|
|
|
|||
Loading…
Reference in a new issue