Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Skripnikov
doc
Commits
148a034c
Commit
148a034c
authored
Jun 01, 2017
by
Gulnur Erezheeva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HRM
parent
ef8b1ae1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
16 deletions
+23
-16
hrm/developer-manual/Makefile
hrm/developer-manual/Makefile
+16
-16
hrm/developer-manual/src/index.md
hrm/developer-manual/src/index.md
+7
-0
No files found.
hrm/developer-manual/Makefile
View file @
148a034c
...
...
@@ -16,41 +16,41 @@ PANDOC_PDF_OPTIONS=--latex-engine=xelatex \
# --highlight-style=kate \
# -V classoption=12pt \
methodologist
-manual.md
:
gpp
-H
-I
$(SRC)
$(SRC)
/index.md
>
methodologist
-manual.md
developer
-manual.md
:
gpp
-H
-I
$(SRC)
$(SRC)
/index.md
>
developer
-manual.md
methodologist-manual.xml
:
methodologist
-manual.md
developer-manual.xml
:
developer
-manual.md
@
echo
Creating full XML image
ifdef
VCSREV
pandoc
$(DOCBOOKOPTS)
methodologist
-manual.md
\
pandoc
$(DOCBOOKOPTS)
developer
-manual.md
\
| xsltproc
--encoding
utf8
\
--stringparam
vcs.revision
$(VCSREV)
\
--stringparam
vcs.changedby
"
$(VCSCHANGEDBY)
"
\
--xinclude
conf/vcs/insert-revision-and-build-date.xsl -
>
methodologist
-manual.xml
--xinclude
conf/vcs/insert-revision-and-build-date.xsl -
>
developer
-manual.xml
else
pandoc
$(DOCBOOKOPTS)
methodologist-manual.md
-o
methodologist
-manual.xml
#SP_ENCODING="UTF-8" xmllint --encode utf8 --xinclude src/index.xml >
methodologist
-manual.xml
pandoc
$(DOCBOOKOPTS)
developer-manual.md
-o
developer
-manual.xml
#SP_ENCODING="UTF-8" xmllint --encode utf8 --xinclude src/index.xml >
developer
-manual.xml
endif
sed
-i
's/xml:base=".*"//g'
methodologist
-manual.xml
rm
-f
methodologist
-manual.md
sed
-i
's/xml:base=".*"//g'
developer
-manual.xml
rm
-f
developer
-manual.md
html
:
methodologist
-manual.xml
html
:
developer
-manual.xml
@
echo
Creating html document
rm
-rf
bin/html
mkdir
bin/html
LC_ALL
=
en_US.UTF-8 xmlto xhtml
-m
conf/html/settings.xsl
-o
bin/html
methodologist
-manual.xml
LC_ALL
=
en_US.UTF-8 xmlto xhtml
-m
conf/html/settings.xsl
-o
bin/html
developer
-manual.xml
tar
--exclude-vcs
-c
resources |
tar
x
-C
bin/html
# Working around images used in stylesheets
mkdir
bin/html/resources/docbook
cp
-a
$
(
DOCBOOK-XSL
)
/images bin/html/resources/docbook
rm
-f
methodologist
-manual.xml
rm
-f
developer
-manual.xml
pdf
:
methodologist
-manual.md
pdf
:
developer
-manual.md
@
echo
Creating pdf document
mkdir
-p
bin/pdf
# SP_ENCODING="UTF-8" docbook2pdf -o bin
methodologist
-manual.xml
pandoc
$(PANDOC_PDF_OPTIONS)
-o
bin/pdf/developer-manual.pdf
methodologist
-manual.md
rm
-f
methodologist-manual.xml
methodologist
-manual.md
# SP_ENCODING="UTF-8" docbook2pdf -o bin
developer
-manual.xml
pandoc
$(PANDOC_PDF_OPTIONS)
-o
bin/pdf/developer-manual.pdf
developer
-manual.md
rm
-f
developer-manual.xml
developer
-manual.md
clean
:
@
echo
Remove all
...
...
hrm/developer-manual/src/index.md
View file @
148a034c
---
author:
-
Гульнур Ережеева
title: Управление персоналом. Руководство разработчика Synergy
subtitle: Версия 1.0
...
jhj
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment