Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e327cfcb authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

docs: cdrom-standard.tex: convert from LaTeX to ReST



This is the only LaTeX documentation file inside the documentation.

Instead of having a Latex document directly there, convert
it to ReST format, as this is the format we're using for docs.

For now, let's keep the extension as .txt in order to avoid
warnings when building the documentation with Sphinx.

The next patch patch will rename it to .rst and add it to the
building system.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent b693d0b3
Loading
Loading
Loading
Loading

Documentation/cdrom/Makefile

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
LATEXFILE = cdrom-standard

all:
	make clean
	latex $(LATEXFILE)
	latex $(LATEXFILE)
	@if [ -x `which gv` ]; then \
		`dvips -q -t letter -o $(LATEXFILE).ps $(LATEXFILE).dvi` ;\
		`gv -antialias -media letter -nocenter $(LATEXFILE).ps` ;\
	else \
		`xdvi $(LATEXFILE).dvi &` ;\
	fi
	make sortofclean

clean:
	rm -f $(LATEXFILE).ps $(LATEXFILE).dvi $(LATEXFILE).aux $(LATEXFILE).log 

sortofclean:
	rm -f $(LATEXFILE).aux $(LATEXFILE).log