Some minor cleanups after the autotools removal

This includes removal of the now unused make-gnucash-potfiles.in,
checking for CMakeLists.txt rather than Makefile.am in gnc-vcs-info,
upating the HACKING file,
and generally updating references to autotools.

I have kept "Makefile.*" exclude patterns in our CMakeLists.txt files
because they may still be lingering in the source directory from
previous autogen.sh runs. At some point these should probably be
removed as well still, together with the gitignore references to them.
This commit is contained in:
Geert Janssens
2018-01-26 16:06:29 +01:00
parent 1b02517ea1
commit 85bfbd8e82
21 changed files with 54 additions and 227 deletions

2
README
View File

@@ -207,8 +207,6 @@ http://wiki.gnucash.org/wiki/Locale_Settings
Building & Installing
---------------------
(For additional build system details, see doc/README.build-system.)
GnuCash uses CMake to handle the build process. Details are available
in cmake/README_CMAKE.txt (If you are building directly from Git, read
the README.git file for more instructions.)