Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
pub
frama-c
Commits
65caae73
Commit
65caae73
authored
Nov 16, 2020
by
Basile Desloges
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[eacsl:doc] Remove obsolete manuals installation
parent
1e7a4eab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
25 deletions
+0
-25
src/plugins/e-acsl/Makefile.in
src/plugins/e-acsl/Makefile.in
+0
-13
src/plugins/e-acsl/doc/refman/Makefile
src/plugins/e-acsl/doc/refman/Makefile
+0
-7
src/plugins/e-acsl/doc/userman/Makefile
src/plugins/e-acsl/doc/userman/Makefile
+0
-5
No files found.
src/plugins/e-acsl/Makefile.in
View file @
65caae73
...
...
@@ -355,8 +355,6 @@ EACSL_MANPAGES := \
EACSL_CONTRIB_FILES
=
\
$(EACSL_DLMALLOC_REL_DIR)
/dlmalloc.c
EACSL_MANUAL_FILES
=
doc/manuals/
*
.pdf
EACSL_DOC_FILES
=
\
doc/doxygen/doxygen.cfg.in
\
doc/Changelog
\
...
...
@@ -479,8 +477,6 @@ include $(FRAMAC_SHARE)/Makefile.dynamic
# Install #
###########
EACSL_INSTALL_MANUAL_FILES
=
$(
wildcard
$(
addprefix
$(EACSL_PLUGIN_DIR)
/,
$(EACSL_MANUAL_FILES)
))
EACSL_INSTALL_SCRIPTS
=
$(
addprefix
$(E_ACSL_DIR)
/,
$(EACSL_SCRIPTS)
)
EACSL_INSTALL_MANPAGES
=
$(
addprefix
$(E_ACSL_DIR)
/,
$(EACSL_MANPAGES)
)
...
...
@@ -491,13 +487,6 @@ install::
$(MKDIR)
$(FRAMAC_DATADIR)
/
$$
dir
&&
\
$(CP)
$(E_ACSL_DIR)
/share/
$$
dir
/
*
.[ch]
$(FRAMAC_DATADIR)
/
$$
dir
;
\
done
# manuals are not present in standard distribution.
# Don't fail because of that.
ifneq
("$(EACSL_INSTALL_MANUAL_FILES)","")
$(PRINT_INSTALL)
E-ACSL manuals
$(MKDIR)
$(FRAMAC_DATADIR)
/manuals
$(CP)
$(EACSL_INSTALL_MANUAL_FILES)
$(FRAMAC_DATADIR)
/manuals
;
endif
$(PRINT_INSTALL)
E-ACSL libraries
$(MKDIR)
$(LIBDIR)
$(CP)
$(EACSL_LIBDIR)
/libeacsl-
*
.a
$(LIBDIR)
...
...
@@ -516,8 +505,6 @@ EACSL_INSTALLED_MANPAGES=$(addprefix $(MANDIR)/man1/,$(notdir $(EACSL_MANPAGES))
uninstall
::
$(PRINT_RM)
E-ACSL share files
$(RM)
-r
$(FRAMAC_DATADIR)
/e-acsl
$(PRINT_RM)
E-ACSL manuals
$(RM)
$(FRAMAC_DATADIR)
/manuals/
*
.pdf
$(PRINT_RM)
E-ACSL libraries
$(RM)
$(LIBDIR)
/libeacsl-
*
.a
$(PRINT_RM)
E-ACSL scripts
...
...
src/plugins/e-acsl/doc/refman/Makefile
View file @
65caae73
...
...
@@ -43,13 +43,6 @@ e-acsl.tex: e-acsl-implementation.tex Makefile
$(MAIN).pdf
:
$(DEPS_MODERN)
DISTRIB_DIR
=
$(HOME)
/frama-c/doc/www/distrib
install
:
e-acsl-implementation.pdf e-acsl.pdf
mkdir
-p
$(EACSL_DIR)
/doc/manuals
cp
-f
$^
$(EACSL_DIR)
/doc/manuals
include
$(EACSL_DIR)/doc/support/MakeLaTeXModern
.PHONY
:
clean
clean
:
rm
-rf
*
~
*
.aux
*
.log
*
.nav
*
.out
*
.snm
*
.toc
*
.lof
*
.pp
*
.bnf
\
...
...
src/plugins/e-acsl/doc/userman/Makefile
View file @
65caae73
...
...
@@ -29,11 +29,6 @@ all: $(MAIN)
$(MAIN).pdf
:
$(DEPS_MODERN) $(FRAMAC_MODERN)
DISTRIB_DIR
=
$(HOME)
/frama-c/doc/www/distrib
install
:
mkdir
-p
$(EACSL_DIR)
/doc/manuals/
cp
-f
main.pdf
$(EACSL_DIR)
/doc/manuals/e-acsl-manual.pdf
.PHONY
:
clean
clean
:
rm
-rf
*
~
*
.aux
*
.log
*
.nav
*
.out
*
.snm
*
.toc
*
.lof
*
.pp
*
.bnf
\
...
...
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