diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-23 01:22:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-23 01:22:39 +0000 |
commit | 10e68fb2fb3e08dc12fc9fda69ddcce5424bb654 (patch) | |
tree | cd2cc360a01a477b1b26b13905d03074aef364de /externals | |
parent | 43f2cd1eee743b3cec114734259f58da3c6323d4 (diff) |
checked in patch #1813710, a seq help patch from jkant, and updated the cyclone install target
svn path=/trunk/; revision=8864
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/Makefile b/externals/Makefile index 12ecc3e6..ffeaec10 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -461,12 +461,12 @@ cyclone_install: cyclone # mv $(CYCLONE_OUT_DIR)/cyclone.$(EXTENSION) \ # $(CYCLONE_OUT_DIR)/cyclonelib.$(EXTENSION) install -d $(helpdir)/$(CYCLONE_NAME) - cd $(externals_src)/miXed/doc/help/cyclone && \ - install -p *.* $(helpdir)/$(CYCLONE_NAME) + install -p $(externals_src)/miXed/doc/help/cyclone/*.* \ + $(helpdir)/$(CYCLONE_NAME) # install -d $(manualsdir)/$(CYCLONE_NAME) install -d $(examplesdir)/$(CYCLONE_NAME) - cd $(externals_src)/miXed/test/cyclone && \ - install -p *.* $(examplesdir)/$(CYCLONE_NAME) + install -p $(externals_src)/miXed/test/cyclone/*.* \ + $(examplesdir)/$(CYCLONE_NAME) cyclone_clean: |