~ubuntu-branches/ubuntu/trusty/libwpd/trusty

« back to all changes in this revision

Viewing changes to docs/doxygen/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-06-11 23:56:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060611235617-ce504k38fuqe8twa
Tags: 0.8.5-2
* dpatch'ize 
* add patch from upstream fixing WP5 font handling regression

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
@WITH_LIBWPD_DOCS_TRUE@ -rm -rf $(DESTDIR)$(datadir)/doc/libwpd-@WPD_VERSION@/html
357
357
 
358
358
@WITH_LIBWPD_DOCS_TRUE@all:
359
 
@WITH_LIBWPD_DOCS_TRUE@ doxygen doxygen.cfg
 
359
@WITH_LIBWPD_DOCS_TRUE@ test -f header.html.in || $(LN_S) $(srcdir)/header.html.in ./
 
360
@WITH_LIBWPD_DOCS_TRUE@ test -f footer.html.in || $(LN_S) $(srcdir)/footer.html.in ./
 
361
@WITH_LIBWPD_DOCS_TRUE@ doxygen $(srcdir)/doxygen.cfg
360
362
 
361
363
@WITH_LIBWPD_DOCS_FALSE@all:
362
364