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
078eb1fd
Commit
078eb1fd
authored
Jun 15, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved the API doc rules to the documentation makefile.
parent
e546238c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
15 deletions
+19
-15
Makefile.in
Makefile.in
+3
-13
Makefile.in
documentation/Makefile.in
+16
-2
No files found.
Makefile.in
View file @
078eb1fd
...
...
@@ -42,7 +42,6 @@ SUBDIRS = \
# Sub-directories to install for install-lib
INSTALLLIBSUBDIRS
=
\
documentation
\
$(FONTSSUBDIRS)
\
loader
\
programs
\
...
...
@@ -141,17 +140,8 @@ TAGS etags:
tags ctags
:
find
$(TOPSRCDIR)
-name
'*.[ch]'
-a
-not
-name
'*.spec.c'
-a
-not
-name
'*.dbg.c'
-print
| ctags
--c-types
=
+px
-L
-
manpages
:
$(MKINSTALLDIRS)
$(TOPOBJDIR)
/documentation/man3w
cd
dlls
&&
$(MAKE)
man
htmlpages
:
$(MKINSTALLDIRS)
$(TOPOBJDIR)
/documentation/html
cd
dlls
&&
$(MAKE)
doc-html
sgmlpages
:
$(MKINSTALLDIRS)
$(TOPOBJDIR)
/documentation/api-guide
cd
dlls
&&
$(MAKE)
doc-sgml
manpages htmlpages sgmlpages
:
cd
documentation
&&
$(MAKE)
$@
clean
::
$(RM)
wine
...
...
@@ -161,6 +151,6 @@ distclean: clean
$(RM)
-r
autom4te.cache
$(RM)
`
find
.
\(
-name
Makefile
-o
-size
0
\)
-print
`
.PHONY
:
manpages htmlpages distclean
.PHONY
:
manpages htmlpages
sgmlpages
distclean
### Dependencies:
documentation/Makefile.in
View file @
078eb1fd
...
...
@@ -8,9 +8,23 @@ EXTRASUBDIRS = samples
@MAKE_RULES@
install-api-man
::
manpages
:
$(MKINSTALLDIRS)
man
$(api_manext)
cd
$(DLLDIR)
&&
$(MAKE)
man
htmlpages
:
$(MKINSTALLDIRS)
html
cd
$(DLLDIR)
&&
$(MAKE)
doc-html
sgmlpages
:
$(MKINSTALLDIRS)
api-guide
cd
$(DLLDIR)
&&
$(MAKE)
doc-sgml
.PHONY
:
manpages htmlpages sgmlpages
install
::
manpages
$(MKINSTALLDIRS)
$(mandir)
/man
$(api_manext)
for
i
in
man
$(api_manext)
/
*
;
do
$(INSTALL_DATA)
$$
i
$(mandir)
/man
$(api_manext)
;
done
for
i
in
man
$(api_manext)
/
*
.
$(api_manext)
;
do
$(INSTALL_DATA)
$$
i
$(mandir)
/
$$
i
;
done
clean
::
$(RM)
-r
html api-guide 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