Parent Directory
|
Revision Log
- simplify debian/rules and debian/install - replace xmtlo by xsltproc, docbook-xsl, docbook-xml in debian/control
1 | #!/usr/bin/make -f |
2 | |
3 | include /usr/share/quilt/quilt.make |
4 | |
5 | build: build-stamp |
6 | build-stamp: $(QUILT_STAMPFN) |
7 | dh build |
8 | touch $@ |
9 | |
10 | clean: unpatch |
11 | dh $@ |
12 | |
13 | install: install-stamp |
14 | install-stamp: build-stamp |
15 | dh install |
16 | mv debian/bti/etc/bash_completion.d/bti-bashcompletion debian/bti/etc/bash_completion.d/bti |
17 | touch $@ |
18 | |
19 | binary-arch: install |
20 | dh $@ |
21 | |
22 | binary-indep: |
23 | |
24 | binary: binary-arch binary-indep |
25 | |
26 | .PHONY: binary binary-arch binary-indep install clean build |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.26 |