~ubuntu-branches/ubuntu/vivid/aptitude/vivid

« back to all changes in this revision

Viewing changes to doc/en/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-22 12:32:56 UTC
  • mfrom: (1.8.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110622123256-8aox9w9ch3x72dci
Tags: 0.6.4-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/05aptitude: never autoremove kernels
  - drop aptitude-doc to Suggests
  - 03_branding.dpatch: ubuntu branding
  - 04_changelog.dpatch: take changelogs from changelogs.ubuntu.com
  - 09_ubuntu_fortify_source.dpatch: Suppress a number of warnings (turned
    into errors by -Werror) triggered by Ubuntu's default of
    -D_FORTIFY_SOURCE=2.
  - 11_ubuntu_uses_sudo.dpatch: fix status line of 'Become root' menu entry
    to not refer to su.
  - 12_point_manpage_to_doc_package.dpatch: point Finnish manpage to the
    correct place for further info
  - 14_html2text_preferred.dpatch: switch back to html2text in favor of
    elinks, since html2text is in main and elinks isn't.
* dropped 01_intltool_update.dpatch
* updated 15_ftbfs_new_apt

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
MAKEINFO = @MAKEINFO@
178
178
MKDIR_P = @MKDIR_P@
179
179
MKINSTALLDIRS = @MKINSTALLDIRS@
 
180
MOC = @MOC@
180
181
MSGFMT = @MSGFMT@
181
182
MSGMERGE = @MSGMERGE@
182
183
OBJEXT = @OBJEXT@
189
190
PACKAGE_VERSION = @PACKAGE_VERSION@
190
191
PATH_SEPARATOR = @PATH_SEPARATOR@
191
192
PKG_CONFIG = @PKG_CONFIG@
 
193
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
194
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
192
195
PO4A = @PO4A@
193
196
POSUB = @POSUB@
 
197
QtCore_CFLAGS = @QtCore_CFLAGS@
 
198
QtCore_LIBS = @QtCore_LIBS@
 
199
QtGui_CFLAGS = @QtGui_CFLAGS@
 
200
QtGui_LIBS = @QtGui_LIBS@
194
201
RANLIB = @RANLIB@
195
202
SET_MAKE = @SET_MAKE@
196
203
SHELL = @SHELL@
709
716
all-local: doc-stamp
710
717
 
711
718
clean-local:
712
 
        -rm -fr output-html/ output-txt/ output-man/
713
 
        -rm -f doc-stamp doc-css-stamp doc-html-stamp doc-txt-stamp man-stamp
 
719
        -rm -fr output-fo/ output-html/ output-txt/ output-man/
 
720
        -rm -f doc-stamp doc-css-stamp doc-fo-stamp doc-html-stamp doc-txt-stamp man-stamp
714
721
        -rm -fr aptitude.8 aptitude-create-state-bundle.1 aptitude-run-state-bundle.1
715
722
        -rm -fr $(README)
716
723
 
724
731
doc-stamp: doc-html-stamp doc-css-stamp $(README) man-stamp
725
732
        touch doc-stamp
726
733
 
727
 
db2latex: doc-db2latex-stamp
 
734
fo: doc-fo-stamp
728
735
 
729
736
man-stamp: $(srcdir)/aptitude.xml $(srcdir)/manpage.xml $(srcdir)/../aptitude-man.xsl
730
737
        -rm -fr output-man
739
746
        xsltproc -o output-txt/index.html $(srcdir)/../aptitude-txt.xsl $(srcdir)/aptitude.xml
740
747
        $(HTML2TEXT) output-txt/index.html | $(srcdir)/../fixup-text > $(README)
741
748
 
742
 
doc-db2latex-stamp: output-db2latex/aptitude.tex $(IMAGES)
743
 
        ln -s ../images output-db2latex/images
744
 
# Run pdflatex 3 times just to be extra sure that it converges.
745
 
        cd output-db2latex && pdflatex -interaction nonstopmode aptitude.tex && pdflatex -interaction nonstopmode aptitude.tex && pdflatex -interaction nonstopmode aptitude.tex
746
 
        touch doc-db2latex-stamp
747
 
 
748
 
output-db2latex/aptitude.tex: aptitude.xml manpage.xml $(srcdir)/../aptitude-db2latex.xsl $(srcdir)/../aptitude-common.xsl
749
 
        -rm -fr output-db2latex
750
 
        mkdir output-db2latex
751
 
        xsltproc -o output-db2latex/aptitude.tex $(srcdir)/../aptitude-db2latex.xsl $(srcdir)/aptitude.xml
 
749
doc-fo-stamp: $(srcdir)/aptitude.xml $(srcdir)/manpage.xml $(srcdir)/../aptitude-fo.xsl $(srcdir)/../aptitude-common.xsl $(IMAGES)
 
750
        -rm -fr output-fo/
 
751
        xsltproc -o output-fo/aptitude.fo $(srcdir)/../aptitude-fo.xsl $(srcdir)/aptitude.xml
 
752
 
 
753
        mkdir output-fo/images/
 
754
        ln -f $(srcdir)/images/* output-fo/images/
 
755
        for x in caution draft important note tip warning; do ln -s /usr/share/xml/docbook/stylesheet/nwalsh/images/$$x.png output-fo/images/; done
 
756
        touch doc-fo-stamp
 
757
 
 
758
doc-pdf: doc-fo-stamp
 
759
        fop output-fo/aptitude.fo -pdf output-fo/aptitude.pdf
752
760
 
753
761
doc-css-stamp: doc-html-stamp $(srcdir)/../aptitude.css
754
762
        rm -f output-html/aptitude.css