Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
menhir
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
POTTIER Francois
menhir
Commits
0e6080cb
Commit
0e6080cb
authored
Oct 25, 2018
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another attempt to fix GNUmakefile.
parent
909de3ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
GNUmakefile
GNUmakefile
+4
-3
No files found.
GNUmakefile
View file @
0e6080cb
...
...
@@ -185,13 +185,14 @@ release:
@
rm
$(TARBALL)
# Create a git tag.
@
git
tag
-a
$(DATE)
-m
"Release $(DATE)."
# Save a copy of the manual.
@
mkdir
-p
$(RELEASE)/doc
@
cp
$(DOC)
$(RELEASE)/doc
# Switch back to the master branch.
@
echo
"Switching back to the master branch..."
@
git
checkout
master
#
Save
a copy of the manual *in the master branch* in releases/.
#
Commit
a copy of the manual *in the master branch* in releases/.
@
echo
"Committing a copy of the documentation..."
@
mkdir
-p
$(RELEASE)/doc
@
cp
$(DOC)
$(RELEASE)/doc
@
cd
$(RELEASE)/doc
&&
git
add
-f
*
@
git
commit
-m
"Saved documentation for release $(DATE)."
# Set a current release pointer which allows us to have a stable URL for
...
...
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