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
bf49a007
Commit
bf49a007
authored
Sep 18, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the FAQ from the doc tarball, and build it as a single .html
file (based on patch by Dimitrie O. Paun).
parent
bff860c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
.cvsignore
documentation/.cvsignore
+2
-2
Makefile.in
documentation/Makefile.in
+9
-5
No files found.
documentation/.cvsignore
View file @
bf49a007
*.aux
*.aux
*.dvi
*.dvi
*.html
*.junk
*.junk
*.log
*.log
*.out
*.out
...
@@ -9,8 +10,7 @@
...
@@ -9,8 +10,7 @@
DBTOHTML_OUTPUT_DIR*
DBTOHTML_OUTPUT_DIR*
Makefile
Makefile
wine-devel
wine-devel
wine-doc
wine-faq.txt
wine-faq
wine-user
wine-user
wine.man
wine.man
winelib-user
winelib-user
documentation/Makefile.in
View file @
bf49a007
...
@@ -56,7 +56,6 @@ MAN_TARGETS = wine.man
...
@@ -56,7 +56,6 @@ MAN_TARGETS = wine.man
ALLBOOKS
=
\
ALLBOOKS
=
\
wine-devel
\
wine-devel
\
wine-faq
\
wine-user
\
wine-user
\
winelib-user
winelib-user
...
@@ -66,7 +65,7 @@ all: $(MAN_TARGETS)
...
@@ -66,7 +65,7 @@ all: $(MAN_TARGETS)
everything
:
$(MAN_TARGETS) doc
everything
:
$(MAN_TARGETS) doc
doc
:
html pdf ps
doc
:
html pdf ps
html
:
$(ALLBOOKS:%=%/index.html)
html
:
$(ALLBOOKS:%=%/index.html)
wine-faq.html
pdf
:
$(ALLBOOKS:%=%.pdf)
pdf
:
$(ALLBOOKS:%=%.pdf)
ps
:
$(ALLBOOKS:%=%.ps)
ps
:
$(ALLBOOKS:%=%.ps)
...
@@ -84,16 +83,21 @@ ps: $(ALLBOOKS:%=%.ps)
...
@@ -84,16 +83,21 @@ ps: $(ALLBOOKS:%=%.ps)
$(DB2PS)
$<
>
/dev/null
$(DB2PS)
$<
>
/dev/null
wine-devel.pdf wine-devel.ps wine-devel/index.html
:
$(WINE_DEVEL_SRCS)
wine-devel.pdf wine-devel.ps wine-devel/index.html
:
$(WINE_DEVEL_SRCS)
wine-faq.pdf wine-faq.ps wine-faq/index.html
:
$(WINE_FAQ_SRCS)
wine-user.pdf wine-user.ps wine-user/index.html
:
$(WINE_USER_SRCS)
wine-user.pdf wine-user.ps wine-user/index.html
:
$(WINE_USER_SRCS)
winelib-user.pdf winelib-user.ps winelib-user/index.html
:
$(WINELIB_USER_SRCS)
winelib-user.pdf winelib-user.ps winelib-user/index.html
:
$(WINELIB_USER_SRCS)
wine-faq.html
:
wine-faq.sgml $(WINE_FAQ_SRCS)
$(DB2HTML)
-u
-d
$(SRCDIR)
/default.dsl
$(SRCDIR)
/wine-faq.sgml
wine-faq.txt
:
wine-faq.html
w3m
-dump
wine-faq.html
>
$@
||
(
$(RM)
$@
&&
false
)
wine.man
:
wine.man.in
wine.man
:
wine.man.in
sed
-e
's,@bindir\@,
$(bindir)
,g'
-e
's,@dlldir\@,
$(dlldir)
,g'
-e
's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g'
$(SRCDIR)
/wine.man.in
>
$@
||
(
$(RM)
$@
&&
false
)
sed
-e
's,@bindir\@,
$(bindir)
,g'
-e
's,@dlldir\@,
$(dlldir)
,g'
-e
's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g'
$(SRCDIR)
/wine.man.in
>
$@
||
(
$(RM)
$@
&&
false
)
# Rules for distribution tarballs of formatted docs
# Rules for distribution tarballs of formatted docs
dist
:
wine-doc-ps.tar.gz wine-doc-pdf.tar.gz wine-doc-html.tar.gz wine-doc-txt.tar.gz
dist
:
wine-doc-ps.tar.gz wine-doc-pdf.tar.gz wine-doc-html.tar.gz wine-doc-txt.tar.gz
wine-faq.txt
wine-doc-ps.tar.gz
:
$(ALLBOOKS:%=%.ps)
wine-doc-ps.tar.gz
:
$(ALLBOOKS:%=%.ps)
tar
cf -
$
(
ALLBOOKS:%
=
%.ps
)
|
gzip
-9
>
$@
||
(
$(RM)
$@
&&
false
)
tar
cf -
$
(
ALLBOOKS:%
=
%.ps
)
|
gzip
-9
>
$@
||
(
$(RM)
$@
&&
false
)
...
@@ -121,7 +125,7 @@ install-api-man::
...
@@ -121,7 +125,7 @@ install-api-man::
for
i
in
$(SRCDIR)
/man
$(api_manext)
/
*
;
do
$(INSTALL_DATA)
$$
i
$(mandir)
/man
$(api_manext)
;
done
for
i
in
$(SRCDIR)
/man
$(api_manext)
/
*
;
do
$(INSTALL_DATA)
$$
i
$(mandir)
/man
$(api_manext)
;
done
clean
::
clean
::
$(RM)
*
.aux
*
.dvi
*
.out
*
.pdf
*
.ps
*
.tex
*
.log
wine-doc-
*
.tar.gz
$(MAN_TARGETS)
$(RM)
*
.aux
*
.dvi
*
.out
*
.pdf
*
.ps
*
.tex
*
.log
*
.html wine-doc-
*
.tar.gz wine-faq.txt
$(MAN_TARGETS)
$(RM)
-r
$(ALLBOOKS)
html api-guide man
$(api_manext)
*
.junk DBTOHTML_OUTPUT_DIR
*
$(RM)
-r
$(ALLBOOKS)
html api-guide man
$(api_manext)
*
.junk DBTOHTML_OUTPUT_DIR
*
### Dependencies:
### Dependencies:
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