File: rules

package info (click to toggle)
libmarkdown-php 1.0.2-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 140 kB
  • sloc: php: 1,021; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

DOC_PREFIX=$(CURDIR)/debian/libmarkdown-php/usr/share/doc/libmarkdown-php

override_dh_installdocs:
	dh_installdocs
	mv $(DOC_PREFIX)/"PHP Markdown Readme.text" $(DOC_PREFIX)/README

%:
	dh $@

.PHONY: override_dh_installdocs