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
d9b89bdd
Commit
d9b89bdd
authored
Jan 19, 2017
by
Danir Tlepov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed user_manual hook
parent
c0bb4d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
crm/user-manual/Makefile
crm/user-manual/Makefile
+3
-15
No files found.
crm/user-manual/Makefile
View file @
d9b89bdd
...
@@ -3,18 +3,6 @@
...
@@ -3,18 +3,6 @@
SRC
=
src
SRC
=
src
DOCBOOK-XSL
=
/usr/share/xml/docbook/stylesheet/docbook-xsl
DOCBOOK-XSL
=
/usr/share/xml/docbook/stylesheet/docbook-xsl
DOCBOOKOPTS
=
--template
=
conf/pandoc/book.docbook
--smart
-t
docbook
-V
lang
=
ru
DOCBOOKOPTS
=
--template
=
conf/pandoc/book.docbook
--smart
-t
docbook
-V
lang
=
ru
PANDOC_PDF_OPTIONS
=
--latex-engine
=
xelatex
\
--template
=
conf/pandoc/template.latex
\
-V
lang
=
$(LANGUAGE)
\
-V
papersize:
"a4paper"
\
-V
geometry:margin
=
2cm
\
-V
mainfont
=
"Liberation Serif"
\
-V
sansfont
=
"Liberation Sans"
\
-V
classoption
=
11pt
\
--smart
\
--no-tex-ligatures
# --highlight-style=kate \
# -V classoption=12pt \
user-manual.md
:
user-manual.md
:
gpp
-H
-I
$(SRC)
$(SRC)
/index.md
>
user-manual.md
gpp
-H
-I
$(SRC)
$(SRC)
/index.md
>
user-manual.md
...
@@ -45,12 +33,12 @@ html: user-manual.xml
...
@@ -45,12 +33,12 @@ html: user-manual.xml
cp
-a
$
(
DOCBOOK-XSL
)
/images bin/html/resources/docbook
cp
-a
$
(
DOCBOOK-XSL
)
/images bin/html/resources/docbook
rm
-f
user-manual.xml
rm
-f
user-manual.xml
pdf
:
user-manual.
md
pdf
:
user-manual.
xml
@
echo
Creating pdf document
@
echo
Creating pdf document
mkdir
-p
bin/pdf
mkdir
-p
bin/pdf
# SP_ENCODING="UTF-8" docbook2pdf -o bin user-manual.xml
# SP_ENCODING="UTF-8" docbook2pdf -o bin user-manual.xml
pandoc
$(PANDOC_PDF_OPTIONS)
-o
bin/pdf/user-manual.pdf
user-manual.md
dblatex
-b
xetex
-o
bin/user-manual.pdf
user-manual.xml
rm
-f
user-manual.xml
user-manual.md
rm
-f
user-manual.xml
clean
:
clean
:
@
echo
Remove all
@
echo
Remove all
...
...
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