We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70117b commit dd03462Copy full SHA for dd03462
OMEdit/OMEditGUI/Makefile.unix.in
@@ -7,7 +7,7 @@ QMAKE=@QMAKE@
7
install: build
8
if [ "$(EXE)" = ".app" ]; then cp -rp ../bin/OMEdit.app ../../build/Applications/ ; else cp -p ../bin/OMEdit ../../build/bin/OMEdit; fi
9
mkdir -p ../../build/share/doc/omedit/
10
- cp -p ../docs/*.pdf ../../build/share/doc/omedit/
+ cp -p ../../doc/OMEdit/*.pdf ../../build/share/doc/omedit/
11
always:
12
13
$(NAME): Makefile OMEdit.config
0 commit comments