]> git.proxmox.com Git - pve-docs.git/blob - doc-debian/rules
d4e2f6bf661a36270af78b5bcb23ac7f43cb67f9
[pve-docs.git] / doc-debian / rules
1 #!/usr/bin/make -f
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5
6 PACKAGE=pve-docs
7 destdir := $(CURDIR)/debian/$(PACKAGE)
8
9 %:
10 dh $@
11
12 override_dh_install:
13 dh_install
14 install -D -m 0644 debian/pve-docs.conf $(destdir)/etc/apache2/sites-available/pve-docs.conf