Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
6487a9db
Commit
6487a9db
authored
Apr 10, 2013
by
Guillaume Lazzara
Browse files
doc/Makefile.am: Disable user refman PDF compilation.
parent
90aac133
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
6487a9db
2013-04-10 Guillaume Lazzara <z@lrde.epita.fr>
* doc/Makefile.am: Disable user refman PDF compilation.
2013-04-10 Guillaume Lazzara <z@lrde.epita.fr>
* doc/Makefile.am: Fix path to other documentations.
milena/doc/Makefile.am
View file @
6487a9db
...
...
@@ -226,13 +226,19 @@ MAINTAINERCLEANFILES += $(DOXYFILE_USER)
USER_REFMAN
=
user-refman
# Disable PDF output since the file is too large to be processed
# correctly by latex with the default configuration. This file is also
# too large to be effectively usable by the user.
# PDF.
USER_REFMAN_PDF
=
user-refman.pdf
dist_pdf_DATA
=
$(srcdir)
/
$(USER_REFMAN_PDF)
#USER_REFMAN_PDF = user-refman.pdf
#dist_pdf_DATA = $(srcdir)/$(USER_REFMAN_PDF)
dist_pdf_DATA
=
$(srcdir)/$(USER_REFMAN_PDF)
:
$(srcdir)/$(USER_REFMAN)
cd
$(srcdir)
/
$(USER_REFMAN)
/latex
&&
$(MAKE)
$(AM_MAKEFLAGS)
pdf
cp
-f
$(srcdir)
/
$(USER_REFMAN)
/latex/refman.pdf
$@
#
$(srcdir)/$(USER_REFMAN_PDF): $(srcdir)/$(USER_REFMAN)
#
cd $(srcdir)/$(USER_REFMAN)/latex && $(MAKE) $(AM_MAKEFLAGS) pdf
#
cp -f $(srcdir)/$(USER_REFMAN)/latex/refman.pdf $@
# HTML.
EXTRA_DIST
+=
$(srcdir)
/user-refman.stamp
...
...
@@ -309,14 +315,18 @@ MAINTAINERCLEANFILES += $(DOXYFILE_DEVEL)
DEVEL_REFMAN
=
devel-refman
# Disable PDF output since the file is too large to be processed
# correctly by latex with the default configuration. This file is also
# too large to be effectively usable by the user.
# PDF.
DEVEL_REFMAN_PDF
=
devel-refman.pdf
#
DEVEL_REFMAN_PDF = devel-refman.pdf
# Be warned, most LaTeX installations will not be able to compile the
# PDF development documentation as-is, as TeX's default memory
# capacities are usually too small to handle such a large document.
$(srcdir)/$(DEVEL_REFMAN_PDF)
:
$(srcdir)/$(DEVEL_REFMAN)
cd
$(srcdir)
/
$(DEVEL_REFMAN)
/latex
&&
$(MAKE)
$(AM_MAKEFLAGS)
pdf
cp
-f
$(srcdir)
/
$(DEVEL_REFMAN)
/latex/refman.pdf
$@
#
$(srcdir)/$(DEVEL_REFMAN_PDF): $(srcdir)/$(DEVEL_REFMAN)
#
cd $(srcdir)/$(DEVEL_REFMAN)/latex && $(MAKE) $(AM_MAKEFLAGS) pdf
#
cp -f $(srcdir)/$(DEVEL_REFMAN)/latex/refman.pdf $@
# HTML.
MAINTAINERCLEANFILES
+=
$(srcdir)
/devel-refman.stamp
...
...
Write
Preview
Supports
Markdown
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