|
Revision 4633, 0.5 kB
(checked in by codehelp, 5 months ago)
|
|
implement config from pilot-qof to generate the manpage in the tarball, not in the package.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | SUBDIRS = src . po doc |
|---|
| 3 | |
|---|
| 4 | langupdatedocdir = ${prefix}/share/doc/langupdate |
|---|
| 5 | |
|---|
| 6 | langupdate.pot: Makefile |
|---|
| 7 | ${RM} -f po/langupdate.pot |
|---|
| 8 | ${MAKE} -C po langupdate.pot |
|---|
| 9 | |
|---|
| 10 | all-local: langupdate.pot Makefile |
|---|
| 11 | |
|---|
| 12 | EXTRA_DIST = \ |
|---|
| 13 | ChangeLog \ |
|---|
| 14 | install-sh \ |
|---|
| 15 | po/langupdate.pot \ |
|---|
| 16 | po/ChangeLog \ |
|---|
| 17 | po/POTFILES.in \ |
|---|
| 18 | debian/changelog \ |
|---|
| 19 | debian/compat \ |
|---|
| 20 | debian/control \ |
|---|
| 21 | debian/copyright \ |
|---|
| 22 | debian/langupdate.dirs \ |
|---|
| 23 | debian/langupdate.install \ |
|---|
| 24 | debian/rules \ |
|---|
| 25 | debian/xcontrol |
|---|
| 26 | |
|---|
| 27 | DISTCLEANFILES = \ |
|---|
| 28 | intltool-extract intltool-update intltool-merge \ |
|---|
| 29 | po/.intltool-merge-cache |
|---|