From 83f3e49f52d0ce58c93a626143708269c89b31d3 Mon Sep 17 00:00:00 2001 From: codehelp Date: Sun, 1 Nov 2009 17:00:32 +0000 Subject: [PATCH] Apply useNativeDist to package POT file git-svn-id: http://emdebian.org/svn/current@6664 563faec7-e20c-0410-992a-a66f704d0ccd --- Makefile | 1 - debian/changelog | 3 ++- debian/rules | 8 -------- doc/Makefile | 2 +- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index c89ca7f..d8b102f 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,3 @@ clean: # adds the POT file to the source tarball native-dist: Makefile ./genmanpages --pot-only - $(MAKE) -C po pot diff --git a/debian/changelog b/debian/changelog index 0082c1c..db5eb9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ emdebian-rootfs (2.0.4) unstable; urgency=low * Check for symlinks from lib64 to /lib and warn if not unset. (Closes: #553599) * Use genmanpages code from svn-buildpackage for translated content. + * Apply useNativeDist to package POT file - -- Neil Williams Sun, 01 Nov 2009 16:09:56 +0000 + -- Neil Williams Sun, 01 Nov 2009 16:54:27 +0000 emdebian-rootfs (2.0.3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index f6aec52..0701196 100755 --- a/debian/rules +++ b/debian/rules @@ -5,11 +5,3 @@ 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:: - rm -rf doc/emdebian-rootfs doc/multistrap - rm -rf pod2htmd.tmp pod2htmi.tmp diff --git a/doc/Makefile b/doc/Makefile index 4e96902..1bc4b4c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,4 +4,4 @@ all: clean: $(RM) *~ *.tmp $(RM) -r html/* *.1 - $(RM) -r svn-buildpackage + $(RM) -r emdebian-rootfs multistrap