On Wednesday 02 August 2006 17:20, Dan McMahill wrote: > patch-aa -- updates the version
ok .. needs to be updated every release, manually > and adds the missing man/html/Makefile man/html is a generated directory, which can be deleted. When it is deleted, man/html/Makefile.in is not regenerated. It is used only in building the dist file using autoconf-make, so I missed it. putting it back.. > patch-ab -- adds 2 missing subdirectories which will make sure the > correct files end up in the .tar.gz distribution file. ok. see generated directory comment. > patch-ac -- adds missing man/html/Makefile.am. This makes sure that the > preformatted .html manual will show up in the .tar.gz > distribution file so the end user won't be required to have > latex and hevea installed just to be able to get the manual. > It also installs the html manual as part of 'make install' man/html is a generated directory, so even Makefile.am must be a generated file. How to generate? Copy from stash place? > patch-ad -- adds a new header file to the list of sources I missed it because the old build system separates .cc from .h files. Missing a .h file in Makefile.am seemed to have no visible symptoms, except in making a dist file. > patch-ae -- adds a couple of new test netlists which appeared Those files change often, and are always accessed by wildcard. Should the makefile use wildcard instead of explicit list? > patch-ae -- adds a couple of new test outputs which appeared This is a generated directory. It was luck that it was there at all. Copy from a stash place? _______________________________________________ Gnucap-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnucap-devel
