~ubuntu-branches/ubuntu/utopic/sgf2dg/utopic

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Danjean
  • Date: 2009-11-01 10:18:16 UTC
  • Revision ID: james.westby@ubuntu.com-20091101101816-wauimz8r6f1ouxgc
Tags: 4.026-10
* [debian/control] bump to Standards-Version 3.8.3 (no change required)
* Add missing build dependency to tex-common (Closes: #553575)
* Fix typo in manpages
* Add a README.source for quilt
* Cleanup source files

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    dist => { COMPRESS=>"gzip", SUFFIX=>"gz" },
54
54
);
55
55
 
56
 
#editTexMakefile();      # edit Makefile in tex subdirectory
57
 
#editMakefile();         # make changes to Makefile just built by WriteMakefile()
 
56
editTexMakefile();      # edit Makefile in tex subdirectory
 
57
editMakefile();         # make changes to Makefile just built by WriteMakefile()
58
58
 
59
59
 
60
60
#########################################################