Skip to content

Commit

Permalink
- Install OMNotebookHelp.onb when building OMNotebook
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5733 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 26, 2010
1 parent 8d619b7 commit f29e750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OMNotebook/OMNotebookQT4/Makefile.unix.in
Expand Up @@ -28,8 +28,9 @@ $(NAME): $(NAME)$(EXE) always
endif

build: $(NAME)
cp -p $(NAME) $(builddir_bin)
cp -p *.xml $(builddir_share)/omnotebook
cp -p $(NAME) $(builddir_bin)/
cp -p *.xml $(builddir_share)/omnotebook/
cp -p OMNotebookHelp.onb $(builddir_share)/omnotebook/drmodelica/
(DRMODELICAPWD=`cd ../DrModelica/ && pwd` && \
DIRS=`cd ../DrModelica/ && find . -type d | grep -v svn` && \
(cd $(builddir_share)/omnotebook/drmodelica/ && \
Expand Down

0 comments on commit f29e750

Please sign in to comment.