Apply useNativeDist to package POT file
git-svn-id: http://emdebian.org/svn/current@6664 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
52515b3f6d
commit
83f3e49f52
4 changed files with 3 additions and 11 deletions
1
Makefile
1
Makefile
|
@ -17,4 +17,3 @@ clean:
|
|||
# adds the POT file to the source tarball
|
||||
native-dist: Makefile
|
||||
./genmanpages --pot-only
|
||||
$(MAKE) -C po pot
|
||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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 <codehelp@debian.org> Sun, 01 Nov 2009 16:09:56 +0000
|
||||
-- Neil Williams <codehelp@debian.org> Sun, 01 Nov 2009 16:54:27 +0000
|
||||
|
||||
emdebian-rootfs (2.0.3) unstable; urgency=low
|
||||
|
||||
|
|
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -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
|
||||
|
|
|
@ -4,4 +4,4 @@ all:
|
|||
clean:
|
||||
$(RM) *~ *.tmp
|
||||
$(RM) -r html/* *.1
|
||||
$(RM) -r svn-buildpackage
|
||||
$(RM) -r emdebian-rootfs multistrap
|
||||
|
|
Loading…
Reference in a new issue