~ubuntu-branches/debian/sid/coin2/sid

« back to all changes in this revision

Viewing changes to src/fonts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-06-28 02:38:17 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080628023817-lgrh0u677j1gcqgf
Tags: 2.5.0-2
* debian/control: Change suggests from libopenal0 to libopenal0a.
  Closes: #488001.  Change ${Source-Version} to ${binary:Version}.
  Update to standards version 3.8.0.

* debian/rules: Do not ignore errors in clean rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
 
324
324
# Everything below is autogenerated from a macro, so don't modify
325
325
# within the Makefile.am itself. 19991201 mortene.
 
326
CLEANFILES = \
 
327
        vc*.pdb
 
328
 
 
329
 
326
330
DISTCLEANFILES = \
327
331
        ii_files/*.ii
328
332
 
703
707
mostlyclean-generic:
704
708
 
705
709
clean-generic:
 
710
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
706
711
 
707
712
distclean-generic:
708
713
        -rm -f Makefile $(CONFIG_CLEAN_FILES)