From 7f16b0bcfa9bf8e940d6af096b7be0bf3b191b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 19 Aug 2015 22:44:19 +0000 Subject: [PATCH] some small fixes for prinary initialization - to do: create root makefile.am after configure.ac is setup --- ax_init_standard_project.m4 | 6 +++--- bootstrap.sh | 16 ++++++++++++++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/ax_init_standard_project.m4 b/ax_init_standard_project.m4 index 2b8eaa6..6b667fc 100644 --- a/ax_init_standard_project.m4 +++ b/ax_init_standard_project.m4 @@ -250,10 +250,10 @@ EOF # use this in configure.ac to support HTML data for webservers AC_DEFUN([AX_BUILD_HTML], [ AC_CONFIG_FILES([html/makefile]) - AX_ADD_MAKEFILE_TARGET_DEP([maintainer-clean-am], [maintainer-clean-example-targets], [html/makefile.in]) - test -f html/makefile.in && cat >> examples/html.in <> html/makefile.in < rebild specific file (can be added multiple times) @@ -102,6 +102,8 @@ GENERATED FILES * ax_check_qt.m4 - auxiliary macro definition file * mac-create-app-bundle.sh - script to create apple mac os-x app-bundle * AUTHORS - replace your name in AUTHORS before first run + * NEWS - empty file add your project's news + * README - add project description (first line is header, followed by an empty line) * configure.ac - global configuration file template * makefile.am - global makefile template * src/makefile.am - if you enabled AX_USE_CXX @@ -146,6 +148,7 @@ FILES TO EDIT The following files normally require editing: * AUTHORS + * NEWS * README * configure.ac * src/makefile.am @@ -175,6 +178,7 @@ FILES * AUTHORS: First line is the main author and used in Debian and RPM packaging, so there must be a GPG key that matches to this line. + * NEWS: File to add project news. * README: First line is a short description of your project, then an empty line must follow. All remaining lines are a long description of your project. this information @@ -385,6 +389,14 @@ fi to AUTHORS <