Makefile.am do not include built texinfo into the distribution. The build

2000-12-21  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* pdb/Makefile.am: do not include built texinfo into the distribution.
	The build process is broken and obsoleted anyway by the SGML docs we
	have in libgimp. If you want to generate the info, try to use the
	"pdb_dump.texi" target. This change makes 'make dist' work again
	(despite the fact that it fails later in plug-ins/perl ...).
This commit is contained in:
Sven Neumann 2000-12-21 15:55:20 +00:00 committed by Sven Neumann
parent a3e3b170c9
commit b1df5b6d35
3 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,12 @@
2000-12-21 Sven Neumann <sven@gimp.org>
* Makefile.am
* pdb/Makefile.am: do not include built texinfo into the distribution.
The build process is broken and obsoleted anyway by the SGML docs we
have in libgimp. If you want to generate the info, try to use the
"pdb_dump.texi" target. This change makes 'make dist' work again
(despite the fact that it fails later in plug-ins/perl ...).
2000-11-19 Michael Natterer <mitch@gimp.org> 2000-11-19 Michael Natterer <mitch@gimp.org>
* libgimp/Makefile.am * libgimp/Makefile.am

View File

@ -1,12 +1,8 @@
SUBDIRS = libgimp SUBDIRS = libgimp pdb
EXTRA_DIST = \ EXTRA_DIST = \
README \ README \
README.gtkdoc \ README.gtkdoc \
pdb/pdb_self_doc.el \
pdb/pdb_dump \
pdb/pdb_dump.texi \
pdb/texinfo.tex \
gih.txt \ gih.txt \
gpb.txt \ gpb.txt \
parasites.txt \ parasites.txt \

View File

@ -1,12 +1,14 @@
info_TEXINFOS = pdb.texi EXTRA_DIST = \
pdb_TEXINFOS = pdb_dump.texi pdb.texi \
pdb_self_doc.el \
texinfo.tex
pdb_dump.texi: $(srcdir)/pdb_self_doc.el $(srcdir)/pdb_dump pdb_dump.texi: $(srcdir)/pdb_self_doc.el $(srcdir)/pdb_dump
cd $(srcdir) && \ cd $(srcdir) && \
@EMACS@ --batch -l pdb_self_doc.el -f make-docs-noargs @EMACS@ --batch -l pdb_self_doc.el -f make-docs-noargs
## use `cp' followed by `rm' since `mv' may not be able to move across mount pts ## use `cp' followed by `rm' since `mv' may not be able to move across mount pts
$(srcdir)/pdb_dump: $(top_srcdir)/app/*_cmds.c $(srcdir)/pdb_dump: $(top_srcdir)/app/*_cmds.c $(top_builddir)/app/gimp
$(top_builddir)/app/gimp --no-interface --batch '(gimp-procedural-db-dump "pdb_dump.tmp")' '(gimp-quit 0)' $(top_builddir)/app/gimp --no-interface --batch '(gimp-procedural-db-dump "pdb_dump.tmp")' '(gimp-quit 0)'
cp pdb_dump.tmp $(srcdir)/pdb_dump cp pdb_dump.tmp $(srcdir)/pdb_dump
-rm -f pdb_dump.tmp -rm -f pdb_dump.tmp