source: trunk/Install/deb/debian/rules

Last change on this file was 76, checked in by chronos, 7 years ago
  • Added: Basic Ubuntu packaging files.
  • Property svn:executable set to *
File size: 193 bytes
Line 
1#!/usr/bin/make -f
2
3ROOT = $(CURDIR)/debian/estetistic
4
5override_dh_auto_clean:
6 $(RM) -r Install
7 $(RM) Install
8
9override_dh_auto_build:
10 echo 1
11
12override_dh_auto_install:
13 echo 1
14
15%:
16 dh $@
Note: See TracBrowser for help on using the repository browser.