Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
094cc859
You need to sign in or sign up before continuing.
Commit
094cc859
authored
Feb 08, 2016
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec: install the manpage
%install wants a proper makefile target badly by now...
parent
93f9a208
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
mkimage-profiles.spec
.gear/mkimage-profiles.spec
+3
-1
No files found.
.gear/mkimage-profiles.spec
View file @
094cc859
...
@@ -67,11 +67,13 @@ as a book in HTML and PDF formats.
...
@@ -67,11 +67,13 @@ as a book in HTML and PDF formats.
make BUILDDIR=%docs docs
make BUILDDIR=%docs docs
%install
%install
mkdir -p %buildroot
%mpdir
mkdir -p %buildroot
{%mpdir,%_man7dir}
cp -a * %buildroot%mpdir
cp -a * %buildroot%mpdir
mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/
%files
%files
%mpdir/
%mpdir/
%_man7dir/*
%files doc
%files doc
%doc README
%doc README
...
...
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