805d62ee59
git-svn-id: http://emdebian.org/svn/current@5745 563faec7-e20c-0410-992a-a66f704d0ccd
16 lines
445 B
Makefile
Executable file
16 lines
445 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# Sample debian/rules that uses cdbs. Originally written by Robert Millan.
|
|
# This file is public domain.
|
|
|
|
include /usr/share/cdbs/1/class/makefile.mk
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
|
|
|
install/emdebian-rootfs::
|
|
./doc/genmanpages
|
|
po4a --rm-backups doc/po4a.config
|
|
|
|
clean::
|
|
# debconf-updatepo
|
|
rm -rf doc/man/man1 doc/man/man3
|
|
rm -rf pod2htmd.tmp pod2htmi.tmp
|