Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
7735bb52
Commit
7735bb52
authored
Nov 09, 2015
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Get rid of the documentation makefile.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1fa7710f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
Makefile.in
Makefile.in
+8
-1
configure
configure
+0
-2
configure.ac
configure.ac
+0
-1
Makefile.in
documentation/Makefile.in
+0
-6
No files found.
Makefile.in
View file @
7735bb52
...
...
@@ -112,7 +112,7 @@ include/stamp-h: $(srcdir)/include/config.h.in config.status
clean
::
__clean__
distclean
::
clean
$(RM)
config.
*
configure.lineno TAGS tags include/config.h include/stamp-h Makefile Make.tmp .gitignore
$(RM)
-r
autom4te.cache
$(RM)
-r
autom4te.cache
documentation/html documentation/api-guide documentation/api-guide-xml documentation/man
$(api_manext)
# Rules for uninstalling
...
...
@@ -120,6 +120,13 @@ distclean:: clean
uninstall
::
__uninstall__
-
rmdir
$(DESTDIR)$(fontdir)
$(DESTDIR)$(datadir)
/wine
$(DESTDIR)$(fakedlldir)
$(DESTDIR)$(dlldir)
$(DESTDIR)$(includedir)
# Rules for API documentation
install-manpages
::
manpages
for
i
in
documentation/man
$(api_manext)
/
*
.
$(api_manext)
;
do
$(INSTALL_DATA)
$$
i
$(DESTDIR)$(mandir)
/
$$
i
;
done
.PHONY
:
install-manpages
# Dependencies between directories
# dependencies needed to build any dll or program
...
...
configure
View file @
7735bb52
...
...
@@ -1402,7 +1402,6 @@ enable_xmllite
enable_xolehlp
enable_xpsprint
enable_xpssvcs
enable_documentation
enable_fonts
enable_include
enable_libs_port
...
...
@@ -18137,7 +18136,6 @@ wine_fn_config_test dlls/xmllite/tests xmllite_test
wine_fn_config_dll xolehlp enable_xolehlp
wine_fn_config_dll xpsprint enable_xpsprint
wine_fn_config_dll xpssvcs enable_xpssvcs
wine_fn_config_makefile documentation enable_documentation clean
wine_fn_config_makefile fonts enable_fonts clean,install-lib
wine_fn_config_makefile include enable_include clean,install-dev
wine_fn_config_makefile libs/port enable_libs_port
...
...
configure.ac
View file @
7735bb52
...
...
@@ -3493,7 +3493,6 @@ WINE_CONFIG_TEST(dlls/xmllite/tests)
WINE_CONFIG_DLL(xolehlp)
WINE_CONFIG_DLL(xpsprint)
WINE_CONFIG_DLL(xpssvcs)
WINE_CONFIG_MAKEFILE([documentation],,[clean])
WINE_CONFIG_MAKEFILE([fonts],,[clean,install-lib])
WINE_CONFIG_MAKEFILE([include],,[clean,install-dev])
WINE_CONFIG_MAKEFILE([libs/port])
...
...
documentation/Makefile.in
deleted
100644 → 0
View file @
1fa7710f
install-man
::
@
cd
$(top_builddir)
&&
$(MAKE)
manpages
for
i
in
man
$(api_manext)
/
*
.
$(api_manext)
;
do
$(INSTALL_DATA)
$$
i
$(DESTDIR)$(mandir)
/
$$
i
;
done
clean
::
$(RM)
-r
html api-guide api-guide-xml man
$(api_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