~ubuntu-branches/ubuntu/hardy/nvidia-settings/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2004-10-09 19:42:38 UTC
  • Revision ID: james.westby@ubuntu.com-20041009194238-elue49h6zmtj6z2q
Tags: 1.0-3ubuntu1
Make sure to rebuild src/libXNVCtrl/libXNVCtrl.a as this will vary
on different platforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        dh_testdir
35
35
 
36
36
        # Add here commands to compile the package.
 
37
        cd src/libXNVCtrl && xmkmf
 
38
        $(MAKE) -C src/libXNVCtrl EXTINCSRC=/usr/include/X11/extensions
37
39
        $(MAKE)
38
40
        #/usr/bin/docbook-to-man debian/nvidia-settings.sgml > nvidia-settings.1
39
41
 
43
45
        dh_testdir
44
46
        dh_testroot
45
47
        rm -f build-stamp configure-stamp
 
48
        -$(MAKE) -C src/libXNVCtrl distclean
46
49
 
47
50
        # Add here commands to clean up after the build process.
48
51
        -$(MAKE) clean