Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
wine
wine-winehq
Commits
50e2f2f1
Commit
50e2f2f1
authored
Nov 25, 2010
by
Austin English
Committed by
Alexandre Julliard
Nov 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winegcc: Symlink winegcc manpage to winecpp.
parent
78a1df13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile.in
tools/winegcc/Makefile.in
+3
-1
No files found.
tools/winegcc/Makefile.in
View file @
50e2f2f1
...
...
@@ -38,7 +38,9 @@ install install-dev:: $(PROGRAMS) $(MANPAGES) $(INSTALLDIRS)
cd
$(DESTDIR)$(bindir)
&&
$(RM)
winecpp
$(EXEEXT)
&&
$(LN_S)
winegcc
$(EXEEXT)
winecpp
$(EXEEXT)
$(INSTALL_DATA)
winegcc.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winegcc.
$(prog_manext)
cd
$(DESTDIR)$(mandir)
/man
$(prog_manext)
&&
$(RM)
wineg++.
$(prog_manext)
&&
$(LN_S)
winegcc.
$(prog_manext)
wineg++.
$(prog_manext)
cd
$(DESTDIR)$(mandir)
/man
$(prog_manext)
&&
$(RM)
winecpp.
$(prog_manext)
&&
$(LN_S)
winegcc.
$(prog_manext)
winecpp.
$(prog_manext)
uninstall
::
$(RM)
$(DESTDIR)$(bindir)
/winegcc
$(EXEEXT)
$(DESTDIR)$(bindir)
/wineg++
$(EXEEXT)
$(DESTDIR)$(bindir)
/winecpp
$(EXEEXT)
\
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winegcc.
$(prog_manext)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wineg++.
$(prog_manext)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winegcc.
$(prog_manext)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wineg++.
$(prog_manext)
\
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winecpp.
$(prog_manext)
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