Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f8f787ca
...
f8f787ca2f262c88030ef0730e1e883717c3af47
authored
2002-12-24 15:34:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed calling /scripts/missing
1 parent
d73fe24b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
doc/texinfo/Makefile.am
doc/texinfo/Makefile.am
View file @
f8f787c
...
...
@@ -52,9 +52,9 @@ MAINTAINERCLEANFILES=$(INCFILES)
## Web documentation
BASE_URL
=
"http://www.gnu.org/software/mailutils/manual/"
TEXI2HTML
=
${
SHELL
}
`
cd
$(top_srcdir)
;
pwd
`
/missing --run texi2html
DVIPS
=
${
SHELL
}
`
cd
$(top_srcdir)
;
pwd
`
/missing --run dvips
INFO
=
${
SHELL
}
`
cd
$(top_srcdir)
;
pwd
`
/missing --run info
TEXI2HTML
=
${
SHELL
}
`
cd
$(top_srcdir)
;
pwd
`
/
scripts/
missing --run texi2html
DVIPS
=
${
SHELL
}
`
cd
$(top_srcdir)
;
pwd
`
/
scripts/
missing --run dvips
INFO
=
${
SHELL
}
`
cd
$(top_srcdir)
;
pwd
`
/
scripts/
missing --run info
EXTRA_DIST
=
index.html.in
html
:
html_mono html_node html_chapter
...
...
Please
register
or
sign in
to post a comment