Skip to content

Commit

Permalink
- Install DrModelica files when building OMNotebook
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5732 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 26, 2010
1 parent 5b152d4 commit 8d619b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions OMNotebook/OMNotebookQT4/Makefile.unix.in
Expand Up @@ -30,6 +30,13 @@ endif
build: $(NAME)
cp -p $(NAME) $(builddir_bin)
cp -p *.xml $(builddir_share)/omnotebook
(DRMODELICAPWD=`cd ../DrModelica/ && pwd` && \
DIRS=`cd ../DrModelica/ && find . -type d | grep -v svn` && \
(cd $(builddir_share)/omnotebook/drmodelica/ && \
mkdir -p $$DIRS) && \
cd ../DrModelica/ && \
find . -name \*.onb -exec cp {} $(builddir_share)/omnotebook/drmodelica/{} \;)

Makefile.unix: Makefile.unix.in
cd $(top_builddir); ./config.status

0 comments on commit 8d619b7

Please sign in to comment.