Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
374ded7d
Commit
374ded7d
authored
Dec 15, 2014
by
POTTIER Francois
Browse files
Updated the Makefiles to create and export IncrementalEngine.ml.html.
parent
62056139
Changes
3
Hide whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
374ded7d
...
...
@@ -148,6 +148,7 @@ check:
RSYNC
:=
scp
-p
-C
TARGET
:=
yquem.inria.fr:public_html/menhir/
PAGE
:=
/home/fpottier/dev/page
API
:=
convert.mli.html IncrementalEngine.ml.html
export
:
# Copier l'archive et la doc vers yquem.
...
...
@@ -155,7 +156,7 @@ export:
$(RSYNC)
$(PACKAGE)/manual.pdf
$(TARGET)
$(RSYNC)
CHANGES
$(TARGET)
# Copier l'API vers la page Web.
cd
src
&&
$(RSYNC)
convert.mli.html
$(TARGET)
cd
src
&&
$(RSYNC)
$(API)
$(TARGET)
# Mettre jour la page Web de Menhir avec le nouveau numro de version.
cd
$(PAGE)
&&
\
sed
--in-place
=
.bak
"s/menhir-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/
$(PACKAGE)
/"
menhir.xml
&&
\
...
...
src/.gitignore
View file @
374ded7d
...
...
@@ -4,3 +4,5 @@ _stage1
_stage2
_stage3
installation.ml
*.ml.html
*.mli.html
src/GNUmakefile
View file @
374ded7d
...
...
@@ -15,11 +15,14 @@ installation.ml:
# ----------------------------------------------------------------------------
# Pretty-printing the MenhirLib.Convert API.
api
:
convert.mli.html
api
:
convert.mli.html
IncrementalEngine.ml.html
%.mli.html
:
%.mli
caml2html
-nf
$<
%.ml.html
:
%.ml
caml2html
-nf
$<
clean
::
rm
-f
*
.mli.html
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