diff --git a/Makefile.am b/Makefile.am index 777fea5..20a3914 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = src EXTRA_DIST = misc/Biblia.txt \ + misc/Informe.pdf \ misc/config.dtd \ misc/generarxml.dtd \ misc/chris.conf \ diff --git a/Makefile.in b/Makefile.in index 6a281af..21e41ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -293,15 +293,16 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = src EXTRA_DIST = misc/Biblia.txt \ - misc/config.dtd \ - misc/generarxml.dtd \ - misc/chris.conf \ - misc/carlos.conf \ - misc/enzo.conf \ - misc/erwin.conf \ - misc/martin.conf \ - misc/pablo.conf \ - misc/paula.conf + misc/Informe.pdf \ + misc/config.dtd \ + misc/generarxml.dtd \ + misc/chris.conf \ + misc/carlos.conf \ + misc/enzo.conf \ + misc/erwin.conf \ + misc/martin.conf \ + misc/pablo.conf \ + misc/paula.conf all: all-recursive diff --git a/configure b/configure index 7749930..a29fc89 100755 --- a/configure +++ b/configure @@ -4160,7 +4160,6 @@ fi ac_config_files="$ac_config_files Makefile src/Makefile" - cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure diff --git a/misc/Informe.pdf b/misc/Informe.pdf new file mode 100644 index 0000000..caa7dce Binary files /dev/null and b/misc/Informe.pdf differ