Files twice in doc/Makfile.am

Geert Janssens janssens-geert at telenet.be
Wed Feb 24 13:28:07 EST 2010


Hi,

I this in doc/Makefile.am
...
doc_DATA = \
  README.francais \
  README.german \
  README-de.win32-bin.txt \
  README-fr.win32-bin.txt \
  README-it.win32-bin.txt \
  README-nl.win32-bin.txt \
  README.win32-bin.txt \
  guile-hackers.txt \
  projects.html 

<snip>...

EXTRA_DIST = \
  ${doc_DATA} \
  misc-notes.txt \
  README.build-system \
  README.francais \
  README.german \
  README-de.win32-bin.txt \
  README-fr.win32-bin.txt \
  README-it.win32-bin.txt \
  README-nl.win32-bin.txt \
  README.win32-bin.txt \
  README.HBCI \
  README.OFX \
  README.translator.txt \
  TRANSLATION_HOWTO \
  build-aix.txt \
  build-solaris.txt \
  generic_objects.txt \
  gnome-hackers.txt \
  gnc-prices.1.in \
  gnucash.1.in \
  gtkrc-2.0.gnucash \
  tip_of_the_day.list.in

...

It seems to me that a number of files are include in EXTRA_DIST twice, namely 
everything that is already included in doc_DATA. Is there a reason for this 
redundancy, or can I clean it up ?

Geert


More information about the gnucash-devel mailing list