Skip to content
Snippets Groups Projects
Commit 6fbd8c6c authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Rename KnotDNS.info to knot.info and KnotDNS.pdf to knot.pdf

parent ca8b45ad
No related branches found
No related tags found
1 merge request!366Add install-*-local targets for generated documentation
......@@ -77,7 +77,7 @@ pdf-local:
install-pdf-local:
$(INSTALL) -d $(DESTDIR)/$(docdir)
$(INSTALL_DATA) $(SPHINXBUILDDIR)/latex/KnotDNS.pdf $(DESTDIR)/$(docdir)/
$(INSTALL_DATA) $(SPHINXBUILDDIR)/latex/knot.pdf $(DESTDIR)/$(docdir)/
else
pdf-local install-pdf-local:
......@@ -94,7 +94,7 @@ info-local:
install-info-local:
$(INSTALL) -d $(DESTDIR)/$(infodir)
$(INSTALL_DATA) $(SPHINXBUILDDIR)/texinfo/KnotDNS.info $(DESTDIR)/$(infodir)/knot.info
$(INSTALL_DATA) $(SPHINXBUILDDIR)/texinfo/knot.info $(DESTDIR)/$(infodir)/
else
info-local install-info-local:
......
......@@ -193,7 +193,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'KnotDNS.tex', 'Knot DNS Documentation', copyright, 'manual'),
('index', 'knot.tex', 'Knot DNS Documentation', copyright, 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
......@@ -243,7 +243,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'KnotDNS', 'Knot DNS Documentation', author)
('index', 'knot', 'Knot DNS Documentation', author)
]
# Documents to append as an appendix to all manuals.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment