Skip to content

Commit 0b99780

Browse files
committed
Tie up loose ends
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
1 parent 5a2a5c8 commit 0b99780

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "devlib"]
22
path = devlib
3-
url = https://github.com/HarisGusic/siau-devlib
3+
url = https://github.com/veracioux/siau-devlib

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ man:
2020

2121
install: man
2222
mkdir -p _build/
23-
$(CMAKE) -DTEMPLATE_DIR="$(DESTDIR)/$(PREFIX)/share/devconf" \
23+
$(CMAKE) -DTEMPLATE_DIR="/$(PREFIX)/share/devconf" \
2424
&& $(CMAKE_BUILD)
25-
mkdir -p "$(DESTDIR)/$(PREFIX)"/{bin,share/devconf,share/man/man1}
25+
mkdir -p "$(DESTDIR)/$(PREFIX)"/{bin,share/devconf,share/man/man1,lib}
2626
cp ./_build/devconf "$(DESTDIR)/$(PREFIX)"/bin/
2727
cp ./_build/devconf.1.gz "$(DESTDIR)/$(PREFIX)"/share/man/man1/
2828
cp -r ./template/* "$(DESTDIR)/$(PREFIX)"/share/devconf/

devlib

docs/communication.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ Pri tome `lokacija` uređaja može predstavljati na primjer naziv sobe, a polje
1919
naziv naziv :ref:`funkcije<functions>` koju uređaj treba izvršiti, ili
2020
:ref:`podatka<data>` koji se čita sa uređaja.
2121

22-
.. todo:: Odrediti šta će se koristiti kao jedinstvena identifikacija uređaja. U
23-
primjerima je korišten serijski broj, ali nismo se konačno odlučili da će
24-
ostati tako.
25-
2622
.. _requestConnection:
2723

2824
Zahtjev za konekciju

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
subprocess.call('umask 000', shell=True)
6161

6262
subprocess.call('make doxygen', shell=True)
63+
subprocess.call('cmod -R 777 ./_intermediate/devlib/_build/doxygen',
64+
shell=True)
6365
subprocess.call('make prepare-man', shell=True)
6466
subprocess.call('make mv-files', shell=True)
6567
subprocess.call('make devlib', shell=True)

docs/man/devconf.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ OPTIONS
6363

6464
`-m`, `--mbed`
6565

66-
Initialize an mbed workspace with all dependencies in the output directory.
66+
Inicijalizira mbed workspace sa svim potrebnim bibliotekama u izlaznom
67+
direktoriju.
6768

6869
`-h`, `--help`
6970

0 commit comments

Comments
 (0)