Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
65f709b1
Commit
65f709b1
authored
Feb 27, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass -b option to texi2dvi.
parent
b65800ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
65f709b1
2012-02-27 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (.texinfo.dvi): Pass -b option to texi2dvi.
* Makefile.in (TARGETS): Added twofishdata.
(SOURCES): Added twofishdata.c.
(twofishdata): New rule.
...
...
Makefile.in
View file @
65f709b1
...
...
@@ -249,7 +249,7 @@ des.$(OBJEXT): des.c des.h $(des_headers)
&&
test
-s
$@
T
&&
mv
-f
$@
T
$@
.texinfo.dvi
:
cd
$(srcdir)
&&
texi2dvi
`
basename
"
$<
"
`
cd
$(srcdir)
&&
texi2dvi
-b
`
basename
"
$<
"
`
.dvi.ps
:
cd
$(srcdir)
&&
dvips
-Ppdf
-G0
-o
`
basename
"
$<
"
.dvi
`
.ps
`
basename
"
$<
"
`
...
...
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