Skip to content

Commit

Permalink
update documentation - edit Makefile info
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkucerak committed May 5, 2021
1 parent 9cc32b3 commit e2ea9e4
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
4 changes: 3 additions & 1 deletion _tech_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ Makefile vychází z šablony [mzapo_template](https://gitlab.fel.cvut.cz/b35apo

### Nastavení Makefilu

Podrobné informace o způsobech připojení a detailního využití připraveného Makefilu je možné dohledat v dokumnetaci předmětu: https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start.

#### Zdrojové soubory

V první části je třeba mít přidané všechny kompilované soubory.
Pokud budete upravovat nejaky ze souboru nebo prodavat vlastni, je třeba mít přidané všechny soubory ke kompilaci.

```Makefile
SOURCES = apoman.c mzapo_phys.c mzapo_parlcd.c update_peripherals.c text_fb.c map_from_template.c map_to_fb.c draw_shapes.c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@
<para>Makefile vychází z šablony <link xlink:href="https://gitlab.fel.cvut.cz/b35apo/mzapo_template">mzapo_template</link>.</para>
<section xml:id="_md__c___users__petr__documents_apo_semestralka__tech_documentation_1autotoc_md4">
<title>Nastavení Makefilu</title>

<para>Podrobné informace o způsobech připojení a detailního využití připraveného Makefilu je možné dohledat v dokumnetaci předmětu: <link xlink:href="https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start">https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start</link>.</para>
<section xml:id="_md__c___users__petr__documents_apo_semestralka__tech_documentation_1autotoc_md5">
<title>Zdrojové soubory</title>

<para>V první části je třeba mít přidané všechny kompilované soubory.</para>
<para>Pokud budete upravovat nejaky ze souboru nebo prodavat vlastni, je třeba mít přidané všechny soubory ke kompilaci.</para>

<para><literallayout><computeroutput>SOURCES&#32;=&#32;apoman.c&#32;mzapo_phys.c&#32;mzapo_parlcd.c&#32;update_peripherals.c&#32;text_fb.c&#32;map_from_template.c&#32;map_to_fb.c&#32;draw_shapes.c
SOURCES&#32;+=&#32;terminal_read.c&#32;pacman.c&#32;ghost.c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ <h1><a class="anchor" id="autotoc_md3"></a>
<p>Makefile vychází z šablony <a href="https://gitlab.fel.cvut.cz/b35apo/mzapo_template">mzapo_template</a>.</p>
<h2><a class="anchor" id="autotoc_md4"></a>
Nastavení Makefilu</h2>
<p>Podrobné informace o způsobech připojení a detailního využití připraveného Makefilu je možné dohledat v dokumnetaci předmětu: <a href="https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start">https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start</a>.</p>
<h3><a class="anchor" id="autotoc_md5"></a>
Zdrojové soubory</h3>
<p>V první části je třeba mít přidané všechny kompilované soubory.</p>
<p>Pokud budete upravovat nejaky ze souboru nebo prodavat vlastni, je třeba mít přidané všechny soubory ke kompilaci.</p>
<div class="fragment"><div class="line">SOURCES = apoman.c mzapo_phys.c mzapo_parlcd.c update_peripherals.c text_fb.c map_from_template.c map_to_fb.c draw_shapes.c</div>
<div class="line">SOURCES += terminal_read.c pacman.c ghost.c</div>
<div class="line">SOURCES += font_prop14x16.c font_rom8x16.c</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
Pro kompliaci programu je připravený Makefile i s předpřipraveným připojením přes {\itshape Proxy\+Jump} do školní sítě a s možností se připojit rovnou na zařízení.

Makefile vychází z šablony {\texttt{ mzapo\+\_\+template}}.\doxysubsection{Nastavení Makefilu}\label{md__c___users__petr__documents_apo_semestralka__tech_documentation_autotoc_md4}
\doxysubsubsection{Zdrojové soubory}\label{md__c___users__petr__documents_apo_semestralka__tech_documentation_autotoc_md5}
V první části je třeba mít přidané všechny kompilované soubory.
Podrobné informace o způsobech připojení a detailního využití připraveného Makefilu je možné dohledat v dokumnetaci předmětu\+: {\texttt{ https\+://cw.\+fel.\+cvut.\+cz/wiki/courses/b35apo/documentation/mz\+\_\+apo-\/howto/start}}.\doxysubsubsection{Zdrojové soubory}\label{md__c___users__petr__documents_apo_semestralka__tech_documentation_autotoc_md5}
Pokud budete upravovat nejaky ze souboru nebo prodavat vlastni, je třeba mít přidané všechny soubory ke kompilaci.


\begin{DoxyCode}{0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Pro kompliaci programu je připravený Makefile i s předpřipraveným připojen
.PP
Makefile vychází z šablony \fCmzapo_template\fP\&.
.SS "Nastavení Makefilu"
Podrobné informace o způsobech připojení a detailního využití připraveného Makefilu je možné dohledat v dokumnetaci předmětu: https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start\&.
.SS "Zdrojové soubory"
V první části je třeba mít přidané všechny kompilované soubory\&.
Pokud budete upravovat nejaky ze souboru nebo prodavat vlastni, je třeba mít přidané všechny soubory ke kompilaci\&.
.PP
.PP
.nf
Expand Down
5 changes: 3 additions & 2 deletions docs/rtf/refman.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
1.0.0 \par
}}Pac-Man}
{\comment Generated by doxygen1.9.1.}
{\creatim \yr2021\mo5\dy5\hr12\min40\sec33}
{\creatim \yr2021\mo5\dy5\hr12\min51\sec3}
}\pard\plain
\sectd\pgnlcrm
{\footer \s29\widctlpar\tqc\tx4320\tqr\tx8640\qr\adjustright \fs20\cgrid {\chpgn}}
Expand Down Expand Up @@ -269,13 +269,14 @@ Makefile vych\'E1z\'ED z \'9Aablony {\f2 mzapo_template}.\par
Nastaven\'ED Makefilu
\par}
{\tc\tcl3 \v Nastaven\'ED Makefilu}
Podrobn\'C3\'A9 informace o zp\'C5\'AFsobech p\'C5\'99ipojen\'C3\'AD a detailn\'C3\'ADho vyu\'C5\'BEit\'C3\'AD p\'C5\'99ipraven\'C3\'A9ho Makefilu je mo\'C5\'BEn\'C3\'A9 dohledat v dokumnetaci p\'C5\'99edm\'C4\'9Btu: {\f2 https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start}.\par
{\bkmkstart AAAAAAAAKD}
{\bkmkend AAAAAAAAKD}
{{\pard\plain \s4\sb240\sa60\keepn\widctlpar\adjustright \b\f1\fs20\cgrid
Zdrojov\'E9 soubory
\par}
{\tc\tcl4 \v Zdrojov\'E9 soubory}
V prvn\'C3\'AD \'C4\'8D\'C3\'A1sti je t\'C5\'99eba m\'C3\'ADt p\'C5\'99idan\'C3\'A9 v\'C5\'A1echny kompilovan\'C3\'A9 soubory.\par
Pokud budete upravovat nejaky ze souboru nebo prodavat vlastni, je t\'C5\'99eba m\'C3\'ADt p\'C5\'99idan\'C3\'A9 v\'C5\'A1echny soubory ke kompilaci.\par
{
\par
\pard\plain \s40\li0\widctlpar\adjustright \shading1000\cbpat8 \f2\fs16\cgrid SOURCES = apoman.c mzapo_phys.c mzapo_parlcd.c update_peripherals.c text_fb.c map_from_template.c map_to_fb.c draw_shapes.c\par
Expand Down
4 changes: 3 additions & 1 deletion docs/xml/__tech__documentation_8md.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
<codeline></codeline>
<codeline><highlight class="normal">###<sp/>Nastavení<sp/>Makefilu</highlight></codeline>
<codeline></codeline>
<codeline><highlight class="normal">Podrobné<sp/>informace<sp/>o<sp/>způsobech<sp/>připojení<sp/>a<sp/>detailního<sp/>využití<sp/>připraveného<sp/>Makefilu<sp/>je<sp/>možné<sp/>dohledat<sp/>v<sp/>dokumnetaci<sp/>předmětu:<sp/>https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start.</highlight></codeline>
<codeline></codeline>
<codeline><highlight class="normal">####<sp/>Zdrojové<sp/>soubory</highlight></codeline>
<codeline></codeline>
<codeline><highlight class="normal">V<sp/>první<sp/>části<sp/>je<sp/>třeba<sp/>mít<sp/>přidané<sp/>všechny<sp/>kompilované<sp/>soubory.</highlight></codeline>
<codeline><highlight class="normal">Pokud<sp/>budete<sp/>upravovat<sp/>nejaky<sp/>ze<sp/>souboru<sp/>nebo<sp/>prodavat<sp/>vlastni,<sp/>je<sp/>třeba<sp/>mít<sp/>přidané<sp/>všechny<sp/>soubory<sp/>ke<sp/>kompilaci.</highlight></codeline>
<codeline></codeline>
<codeline><highlight class="normal">```Makefile</highlight></codeline>
<codeline><highlight class="normal">SOURCES<sp/>=<sp/>apoman.c<sp/>mzapo_phys.c<sp/>mzapo_parlcd.c<sp/>update_peripherals.c<sp/>text_fb.c<sp/>map_from_template.c<sp/>map_to_fb.c<sp/>draw_shapes.c</highlight></codeline>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
<para>Makefile vychází z šablony <ulink url="https://gitlab.fel.cvut.cz/b35apo/mzapo_template">mzapo_template</ulink>.</para>
<sect2 id="md__c___users__petr__documents_apo_semestralka__tech_documentation_1autotoc_md4">
<title>Nastavení Makefilu</title>
<para>Podrobné informace o způsobech připojení a detailního využití připraveného Makefilu je možné dohledat v dokumnetaci předmětu: <ulink url="https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start">https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo-howto/start</ulink>.</para>
<sect3 id="md__c___users__petr__documents_apo_semestralka__tech_documentation_1autotoc_md5">
<title>Zdrojové soubory</title>
<para>V první části je třeba mít přidané všechny kompilované soubory.</para>
<para>Pokud budete upravovat nejaky ze souboru nebo prodavat vlastni, je třeba mít přidané všechny soubory ke kompilaci.</para>
<para><programlisting filename=".Makefile"><codeline><highlight class="normal">SOURCES<sp/>=<sp/>apoman.c<sp/>mzapo_phys.c<sp/>mzapo_parlcd.c<sp/>update_peripherals.c<sp/>text_fb.c<sp/>map_from_template.c<sp/>map_to_fb.c<sp/>draw_shapes.c</highlight></codeline>
<codeline><highlight class="normal">SOURCES<sp/>+=<sp/>terminal_read.c<sp/>pacman.c<sp/>ghost.c</highlight></codeline>
<codeline><highlight class="normal">SOURCES<sp/>+=<sp/>font_prop14x16.c<sp/>font_rom8x16.c</highlight></codeline>
Expand Down

0 comments on commit e2ea9e4

Please sign in to comment.