~cairo.admin/+junk/cairo-packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: bryce
  • Date: 2015-04-09 04:18:18 UTC
  • Revision ID: bryce@ubuntu.com-20150409041818-nj5gm7gv8gq9lx85
Move to the proper directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
override_dh_autoreconf:
37
37
        NOCONFIGURE=1 ./autogen.sh  --builddirectory=debian/build/deb
38
 
        make doc
39
 
        make distclean
 
38
        cd debian/build/deb && make doc
 
39
        cd debian/build/deb && make distclean
40
40
        dh_autoreconf --as-needed
41
41
 
42
42
override_dh_auto_configure: