/[svn]/libgig/trunk/debian/rules
ViewVC logotype

Diff of /libgig/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 186 by schoenebeck, Wed Jul 7 12:03:54 2004 UTC revision 521 by schoenebeck, Sun May 8 23:33:33 2005 UTC
# Line 25  endif Line 25  endif
25  config.status: configure  config.status: configure
26          dh_testdir          dh_testdir
27          # Add here commands to configure the package.          # Add here commands to configure the package.
28            chmod a+x configure
29          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
30    
31    
# Line 38  build-stamp:  config.status Line 39  build-stamp:  config.status
39          # the build should fail if the tests are not successful          # the build should fail if the tests are not successful
40          #$(MAKE) check          #$(MAKE) check
41    
42            # generate Doxygen API documentation
43            $(MAKE) docs
44    
45          touch build-stamp          touch build-stamp
46    
47  clean:  clean:
# Line 45  clean: Line 49  clean:
49          dh_testroot          dh_testroot
50          rm -f build-stamp          rm -f build-stamp
51    
52            $(MAKE) -f Makefile.cvs
53            chmod a+x configure
54            ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
55    
56    
57          # Add here commands to clean up after the build process.          # Add here commands to clean up after the build process.
58          -$(MAKE) distclean          -$(MAKE) distclean
59    

Legend:
Removed from v.186  
changed lines
  Added in v.521

  ViewVC Help
Powered by ViewVC