/[ascend]/trunk/debian/rules
ViewVC logotype

Diff of /trunk/debian/rules

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

revision 1544 by jpye, Tue Jul 17 02:42:46 2007 UTC revision 1545 by jpye, Tue Jul 17 03:23:19 2007 UTC
# Line 37  clean: Line 37  clean:
37      rm -f build-stamp      rm -f build-stamp
38      dh_clean      dh_clean
39      $(SCONS) -c      $(SCONS) -c
40        rm -rf .scon*
41        rm scons/*.pyc
42    
43  install: build  install: build
44      dh_testdir      dh_testdir
# Line 47  install: build Line 49  install: build
49      cd $(CURDIR) && $(SCONS) INSTALL_ROOT=$(INSTALLROOT) install      cd $(CURDIR) && $(SCONS) INSTALL_ROOT=$(INSTALLROOT) install
50  #  #
51      cd $(CURDIR)/pygtk/gnome && \      cd $(CURDIR)/pygtk/gnome && \
52      install -m 644 -D ascend.desktop $(INSTALLROOT)$(DATADIR)/applications/ascend.desktop && \      install -m 644 -D ascend.desktop $(DATADIR)/applications/ascend.desktop && \
53      install -m 644 -D ascend.png $(INSTALLROOT)$(DATADIR)/icons/ascend-app.png && \      install -m 644 -D ascend.png $(DATADIR)/icons/ascend-app.png && \
54      install -m 644 -D ascend.png $(INSTALLROOT)$(DATADIR)/icons/hicolor/64x64/ascend.png && \      install -m 644 -D ascend.png $(DATADIR)/icons/hicolor/64x64/ascend.png && \
55      install -m 644 -D ascend.xml $(CURDIR)/debian/ascend.mime      install -m 644 -D ascend.xml $(CURDIR)/debian/ascend.mime
56  #  #
57      dh_install --autodest      dh_install --autodest

Legend:
Removed from v.1544  
changed lines
  Added in v.1545

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22