Skip to content

Commit

Permalink
built texinfo files for khelpcenter test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt committed Aug 11, 2017
1 parent f1aef0e commit 05f93f1
Show file tree
Hide file tree
Showing 46 changed files with 2,388 additions and 0 deletions.
Binary file modified build/doctrees/RST-Template.doctree
Binary file not shown.
Binary file modified build/doctrees/changes.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/advanced.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/appendix/appendix.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/appendix/changes.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/appendix/references.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/basic.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/contribute.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/installation.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/packaging_guide/getting_started.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/packaging_guide/packaging.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/packaging_guide/welcome.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/repositories.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/software.doctree
Binary file not shown.
Binary file modified build/doctrees/docs/support.doctree
Binary file not shown.
Binary file modified build/doctrees/environment.pickle
Binary file not shown.
Binary file modified build/doctrees/index.doctree
Binary file not shown.
Binary file modified build/doctrees/welcome.doctree
Binary file not shown.
Binary file added build/texinfo/AppDash-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/Discover-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/DiscoverUpdates-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/EditRepo-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/EditRepos-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/K3b-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/K3b.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/Kickoff-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/Krunner-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/Kubuntu-1704-Desktop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/KubuntuManual.info
Binary file not shown.
2,338 changes: 2,338 additions & 0 deletions build/texinfo/KubuntuManual.texi

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions build/texinfo/Makefile
@@ -0,0 +1,50 @@
# Makefile for Sphinx Texinfo output

infodir ?= /usr/share/info

MAKEINFO = makeinfo --no-split
MAKEINFO_html = makeinfo --no-split --html
MAKEINFO_plaintext = makeinfo --no-split --plaintext
TEXI2PDF = texi2pdf --batch --expand
INSTALL_INFO = install-info

ALLDOCS = $(basename $(wildcard *.texi))

all: info
info: $(addsuffix .info,$(ALLDOCS))
plaintext: $(addsuffix .txt,$(ALLDOCS))
html: $(addsuffix .html,$(ALLDOCS))
pdf: $(addsuffix .pdf,$(ALLDOCS))

install-info: info
for f in *.info; do \
cp -t $(infodir) "$$f" && \
$(INSTALL_INFO) --info-dir=$(infodir) "$$f" ; \
done

uninstall-info: info
for f in *.info; do \
rm -f "$(infodir)/$$f" ; \
$(INSTALL_INFO) --delete --info-dir=$(infodir) "$$f" ; \
done

%.info: %.texi
$(MAKEINFO) -o '$@' '$<'

%.txt: %.texi
$(MAKEINFO_plaintext) -o '$@' '$<'

%.html: %.texi
$(MAKEINFO_html) -o '$@' '$<'

%.pdf: %.texi
-$(TEXI2PDF) '$<'
-$(TEXI2PDF) '$<'
-$(TEXI2PDF) '$<'

clean:
rm -f *.info *.pdf *.txt *.html
rm -f *.log *.ind *.aux *.toc *.syn *.idx *.out *.ilg *.pla *.ky *.pg
rm -f *.vr *.tp *.fn *.fns *.def *.defs *.cp *.cps *.ge *.ges *.mo

.PHONY: all info plaintext html pdf install-info uninstall-info clean
Binary file added build/texinfo/Network_Panel-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/Panels-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/SoftwareSources-zesty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/UbuntuGNOMEBrasero.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/activity_desktop_news.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/activity_desktop_side_bar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/disksetup-full.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/disksetup-manual.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/keyboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/kubuntu-manual.info.gz
Binary file not shown.
Binary file added build/texinfo/prepare.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/timezone.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/unetbootin-win78.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/userinfo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/texinfo/welcome-slide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05f93f1

Please sign in to comment.