summaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-23 18:00:32 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-23 18:00:32 +0200
commitaec2216091b3d70b3baa5a5b8c87ce208e35c19c (patch)
tree4036014e4653205e59b28f9cce46895635a4cd81 /doc/makefile
parentd3aac32ece65fd5424a94402f46db065298c07a8 (diff)
* doc/*.xml:
- mark even more stuff as untranslateable and improve the markup here and there (no real text change)
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/makefile b/doc/makefile
index d9542b438..7b49ac269 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -84,12 +84,12 @@ doc: po4a
update-po:
po4a --previous --no-backups --force --no-translations \
- --package-name='$(PACKAGE)' --package-version='$(PACKAGE_VERSION)' \
+ --package-name='$(PACKAGE)-doc' --package-version='$(PACKAGE_VERSION)' \
--msgid-bugs-address='$(PACKAGE_MAIL)' po4a.conf
po4a:
po4a --previous --no-backups \
- --package-name='$(PACKAGE)' --package-version='$(PACKAGE_VERSION)' \
+ --package-name='$(PACKAGE)-doc' --package-version='$(PACKAGE_VERSION)' \
--msgid-bugs-address='$(PACKAGE_MAIL)' po4a.conf
endif