Mercurial > hg > easyhg-kdiff3
view kdiff3/Makefile.am @ 10:922a2b458fb2
Now the html files will be automatically generated from the index.docbook.
(Using meinproc from KDE.)
author | joachim99 |
---|---|
date | Mon, 06 Oct 2003 19:00:15 +0000 |
parents | 53b8ecbce0cb |
children | 31907692deee |
line wrap: on
line source
####### kdevelop will overwrite this part!!! (begin)########## SUBDIRS = kdiff3 po doc EXTRA_DIST = kdiff3.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README kdiff3.lsm ####### kdevelop will overwrite this part!!! (end)############ # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; $(top_srcdir)/subdirs: cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4 MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files package-messages: $(MAKE) -f admin/Makefile.common package-messages $(MAKE) -C po merge dist-hook: cd $(top_distdir) && perl admin/am_edit -padmin cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs