Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
c449bfea
Commit
c449bfea
authored
18 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
add html output for the documentation (using tex4ht)
SVN-Revision: 6199
parent
be8b2870
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/Makefile
+14
-5
14 additions, 5 deletions
docs/Makefile
docs/openwrt.tex
+1
-1
1 addition, 1 deletion
docs/openwrt.tex
with
15 additions
and
6 deletions
docs/Makefile
+
14
−
5
View file @
c449bfea
openwrt.pdf
:
Makefile openwrt.tex config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex
MAIN
=
openwrt.tex
DEPS
=
$(
MAIN
)
Makefile config.tex network.tex network-scripts.tex network-scripts.tex wireless.tex build.tex adding.tex bugs.tex
all
:
$(
MAKE
)
cleanup
$(
MAKE
)
cleanup
pdf
latex
openwrt.tex
latex
$(
MAIN
)
pdflatex
openwrt.
tex
$(
MAKE
)
openwrt.pdf
openwrt.
html
$(
MAKE
)
cleanup
$(
MAKE
)
cleanup
openwrt.html
:
$(DEPS)
htlatex
$(
MAIN
)
openwrt.pdf
:
$(DEPS)
pdflatex
$(
MAIN
)
clean
:
cleanup
clean
:
cleanup
rm
-f
openwrt.pdf
rm
-f
openwrt.pdf
openwrt.html openwrt.css
cleanup
:
FORCE
cleanup
:
FORCE
rm
-f
*
.log
*
.aux
*
.toc
*
.out
rm
-f
*
.log
*
.aux
*
.toc
*
.out
*
.lg
*
.dvi
*
.idv
*
.4ct
*
.4tc
*
.xref
*
.tmp
*
.dvi
FORCE
:
FORCE
:
...
...
This diff is collapsed.
Click to expand it.
docs/openwrt.tex
+
1
−
1
View file @
c449bfea
\documentclass
[a4paper]
{
book
}
\documentclass
[a4paper]
{
book
}
\usepackage
[latin9]
{
inputenc
}
\usepackage
[latin9]
{
inputenc
}
\usepackage
[
pdftex,
bookmarks=true]
{
hyperref
}
\usepackage
[bookmarks=true]
{
hyperref
}
\usepackage
[T1]
{
fontenc
}
\usepackage
[T1]
{
fontenc
}
\usepackage
{
ae,aecompl,aeguill
}
\usepackage
{
ae,aecompl,aeguill
}
\usepackage
{
fancyvrb
}
\usepackage
{
fancyvrb
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment