|
Revision 669, 0.6 kB
(checked in by codehelp, 22 months ago)
|
|
support doxygen output
|
| Line | |
|---|
| 1 | |
|---|
| 2 | SUBDIRS = src . po doc |
|---|
| 3 | |
|---|
| 4 | empathdocdir = ${prefix}/share/doc/empath |
|---|
| 5 | |
|---|
| 6 | pot: Makefile |
|---|
| 7 | ${MAKE} -C po $(PACKAGE).pot |
|---|
| 8 | |
|---|
| 9 | all-local: pot |
|---|
| 10 | |
|---|
| 11 | man_MANS = empath.1 |
|---|
| 12 | |
|---|
| 13 | empathdoc_DATA = \ |
|---|
| 14 | README \ |
|---|
| 15 | AUTHORS |
|---|
| 16 | |
|---|
| 17 | EXTRA_DIST = \ |
|---|
| 18 | empath.1 \ |
|---|
| 19 | ChangeLog \ |
|---|
| 20 | install-sh \ |
|---|
| 21 | po/$(PACKAGE).pot \ |
|---|
| 22 | debian/changelog \ |
|---|
| 23 | debian/compat \ |
|---|
| 24 | debian/control \ |
|---|
| 25 | debian/copyright \ |
|---|
| 26 | debian/empath.dirs \ |
|---|
| 27 | debian/empath.install \ |
|---|
| 28 | debian/rules \ |
|---|
| 29 | intltool-extract.in \ |
|---|
| 30 | intltool-merge.in \ |
|---|
| 31 | intltool-update.in \ |
|---|
| 32 | $(empathdoc_DATA) |
|---|
| 33 | |
|---|
| 34 | DISTCLEANFILES = \ |
|---|
| 35 | intltool-extract intltool-update intltool-merge \ |
|---|
| 36 | po/.intltool-merge-cache \ |
|---|
| 37 | *.cdbs-config_list |
|---|