Hi Jonathon, I tweaked your script a little, as I've already got a Projects directory and the upstream Tex-Live installed. When I ran the install-pkgs.sh script as part of your script, it says that I don't have any Tex-Live installed at all.
Here's a copy/paste of the results of your script and the install-pkgs.sh from the ubuntu-manual-raring version: > -- Checking TeX Live version...No version of TeX Live was detected. > It appears that you do not have TeX Live installed. Please follow the > installation instructions on the Ubuntu Manual wiki to install TeX Live: > > http://ubuntu-manual.org/getinvolved/authors#install-texlive > > patrickdickey@dcky-ubuntu64:~/Projects$cd ubuntu-manual-raring > patrickdickey@dcky-ubuntu64:~/Projects/ubuntu-manual-raring$cd pkgs > patrickdickey@dcky-ubuntu64:~/Projects/ubuntu-manual-raring/pkgs$ls > install-pkgs.sh > patrickdickey@dcky-ubuntu64:~/Projects/ubuntu-manual-raring/pkgs$./install-pkgs.sh > -- Checking TeX Live version...Upstream TeX Live detected. > Checking installed TeX packages... > -- Checking amstext.sty TeX file...installed! > -- Checking array.sty TeX file...installed! > -- Checking atbegshi.sty TeX file...installed! > -- Checking babel.sty TeX file...installed! > -- Checking beramono.sty TeX file...installed! > -- Checking bidi.sty TeX file...installed! > -- Checking ccicons.sty TeX file...installed! > -- Checking changepage.sty TeX file...installed! > -- Checking comment.sty TeX file...installed! > -- Checking csquotes.sty TeX file...installed! > -- Checking enumitem.sty TeX file...installed! > -- Checking eso-pic.sty TeX file...installed! > -- Checking etex.sty TeX file...installed! > -- Checking etoolbox.sty TeX file...installed! > -- Checking eu1enc.def TeX file...installed! > -- Checking fancyhdr.sty TeX file...installed! > -- Checking fontspec.sty TeX file...installed! > -- Checking geometry.sty TeX file...installed! > -- Checking glossaries.sty TeX file...installed! > -- Checking graphics.sty TeX file...installed! > -- Checking hyperref.sty TeX file...installed! > -- Checking hyphenat.sty TeX file...installed! > -- Checking ifmtarg.sty TeX file...installed! > -- Checking ifxetex.sty TeX file...installed! > -- Checking libertine.sty TeX file...installed! > -- Checking lipsum.sty TeX file...installed! > -- Checking listings.sty TeX file...installed! > -- Checking lmroman10-regular.otf TeX file...installed! > -- Checking makecmds.sty TeX file...installed! > -- Checking makeidx.sty TeX file...installed! > -- Checking metalogo.sty TeX file...installed! > -- Checking microtype.sty TeX file...installed! > -- Checking multicol.sty TeX file...installed! > -- Checking natbib.sty TeX file...installed! > -- Checking optparams.sty TeX file...installed! > -- Checking paralist.sty TeX file...installed! > -- Checking pifont.sty TeX file...installed! > -- Checking placeins.sty TeX file...installed! > -- Checking polyglossia.sty TeX file...installed! > -- Checking rpsyr.tfm TeX file...not installed! > -- Checking rpzdr.tfm TeX file...not installed! > -- Checking setspace.sty TeX file...installed! > -- Checking siunitx.sty TeX file...installed! > -- Checking soul.sty TeX file...installed! > -- Checking substr.sty TeX file...installed! > -- Checking textcase.sty TeX file...installed! > -- Checking tipa.sty TeX file...installed! > -- Checking titlesec.sty TeX file...installed! > -- Checking todonotes.sty TeX file...installed! > -- Checking tufte-book.cls TeX file...installed! > -- Checking url.sty TeX file...installed! > -- Checking wrapfig.sty TeX file...installed! > -- Checking xcolor.sty TeX file...installed! > -- Checking xfor.sty TeX file...installed! > -- Checking xifthen.sty TeX file...installed! > -- Checking xkeyval.sty TeX file...installed! > -- Checking xltxtra.sty TeX file...installed! > -- Checking xmpincl.sty TeX file...installed! > -- Checking xunicode.sty TeX file...installed! > -- Checking for executable file xindy...found. > Installing required TeX packages... > Installing collection-fontsrecommended TeX package... > done! > Installing zapfding TeX package... > done! > Checking installed Ubuntu packages (this may take a while)... > -- Checking python-enchant Ubuntu package...installed. > -- Checking inkscape Ubuntu package...installed. > -- Checking make Ubuntu package...installed. > -- Checking po4a Ubuntu package...installed. > -- Checking ttf-kacst Ubuntu package...installed. > -- Checking ttf-arabeyes Ubuntu package...installed. > -- Checking ttf-bengali-fonts Ubuntu package...installed. > -- Checking ttf-devanagari-fonts Ubuntu package...installed. > -- Checking ttf-telugu-fonts Ubuntu package...installed. > -- Checking ttf-thai-arundina Ubuntu package...installed. > -- Checking ttf-thai-tlwg Ubuntu package...installed. > -- Checking ttf-linux-libertine Ubuntu package...installed. > -- Checking ttf-dejavu Ubuntu package...installed. > -- Checking ttf-dejavu-core Ubuntu package...installed. > -- Checking ttf-dejavu-extra Ubuntu package...installed. > -- Checking ttf-sil-scheherazade Ubuntu package...installed. > -- Checking ttf-farsiweb Ubuntu package...installed. > -- Checking ttf-sazanami-mincho Ubuntu package...installed. > Required Ubuntu packages are already installed. > Checking required fonts... > -- Checking CC Icons font...installed. > Done! You should now be able to compile the Ubuntu manual! > patrickdickey@dcky-ubuntu64:~/Projects/ubuntu-manual-raring/pkgs$ I haven't dug into the install-pkgs.sh script in the lubuntu-manual yet, but it appears that it's only looking for the packaged version. That might cause problems, as some of us already have the upstream version installed. Have a great day.:) Patrick. On Wed, 2013-06-12 at 20:40 -0700, Jonathan Marsden wrote: > It works :) > > I've populated the bzr branch and edited the titlepage files, > lubuntu-manual.tex, and the Makefile. Now you can: > > (1) Install Lubuntu 13.04, log in, open LXTerminal. > (2) wget > http://bazaar.launchpad.net/~ubuntu-manual/ubuntu-manual/lubuntu-manual-saucy/download/head:/lubuntumanualdev.sh-20130613030623-hi983r2nqqi86il3-1/lubuntu-manual-dev.sh > (3) chmod +x lubuntu-manual-dev.sh > (4) ./lubuntu-manual-dev.sh > > If it all works as it should, you then can do > > (5) cd ~/projects/lubuntu-manual-saucy > (6) make > > And then view the results of your efforts by doing > > (7) evince lubuntu-manual.pdf & > > NOTE#1: The manual calls itself an Lubuntu Manual, but the content is > still all the Ubuntu content. So, Lubuntu authors and editors... let's > create the content of this manual! > > NOTE#2: I am *not* a graphics expert. I changed the titlepage stuff so > it is very clear when you look at the PDF that what you are reading is > the Lubuntu version. Someone with decent inkscape skills should talk to > our Lubuntu artwork folks, add the Lubuntu logo, fix my color choices, > etc. What we have now is just a placeholder. > > Jonathan > > _______________________________________________ > Mailing list: https://launchpad.net/~ubuntu-manual > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ubuntu-manual > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-manual Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-manual More help : https://help.launchpad.net/ListHelp

