Changeset 1607
- Timestamp:
- 05/09/06 18:43:58 (3 years ago)
- Files:
-
- alternc/trunk/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/rules
r1605 r1607 24 24 dh_testdir 25 25 (cd src && $(MAKE)) 26 /usr/bin/msgfmt po/ alternc-admintools.fr.po -oalternc-admintools.mo26 /usr/bin/msgfmt po/fr/LC_MESSAGES/alternc-admintools.po -o po/fr/LC_MESSAGES/alternc-admintools.mo 27 27 touch build-stamp 28 28 … … 75 75 install tools/get_domains_by_account debian/alternc/usr/bin 76 76 install tools/get_account_by_domain debian/alternc/usr/bin 77 /usr/bin/msgfmt po/fr/LC_MESSAGES/alternc-admintools.po -o debian/alternc/usr/share/locale/fr/LC_MESSAGES/alternc-admintools.mo77 install po/fr/LC_MESSAGES/alternc-admintools.mo -o debian/alternc/usr/share/locale/fr/LC_MESSAGES/ 78 78 79 79 # Remove helpers files from l18n dir
