2021-07-31 Fred Gleason <fredg@paravelsystems.com>

* Added a warning to files derived by the build system.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-07-31 13:26:54 -04:00
parent 35e23c2925
commit 8d182fd504
18 changed files with 83 additions and 8 deletions

View File

@@ -33,12 +33,15 @@ dist_cwrap_SOURCES = cwrap.cpp cwrap.h
dist_jsmin_SOURCES = jsmin.c
EXTRA_DIST = rdi18n_helper.sh.in\
EXTRA_DIST = c_file_warning\
install_python.sh.in\
rdi18n_helper.sh.in\
rdpack.sh\
rdtrans.sh\
rdtransgui.sh\
setenvvar.sh
script_file_warning\
setenvvar.sh\
xml_file_warning
CLEANFILES = *~\
*.tar.gz\

12
helpers/c_file_warning Normal file
View File

@@ -0,0 +1,12 @@
/*
**************************************************************************
* WARNING! WARNING! WARNING! *
* *
* The contents of this file are automatically generated by the build *
* system. Do not make any changes directly to this file; such changes *
* will be silently ignored and overwritten! *
* *
* The template whence this file's contents were derived are in a file *
* of the same name with ".in" appended. *
**************************************************************************
*/

View File

@@ -1,8 +1,10 @@
#!/bin/sh
@GENERATED_SCRIPT_FILE_WARNING@
# install_python.sh
#
# (C) Copyright 2018 Fred Gleason <fredg@paravelsystems.com>
# (C) Copyright 2018-2021 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as

View File

@@ -1,5 +1,7 @@
#!/bin/bash
@GENERATED_SCRIPT_FILE_WARNING@
# rdi18n_helper.sh
#
# Helper script for managing internationalization files for Rivendell

View File

@@ -0,0 +1,10 @@
############################################################################
# WARNING! WARNING! WARNING! #
# #
# The contents of this file are automatically generated by the build #
# system. Do not make any changes directly to this file; such changes #
# will be silently ignored and overwritten! #
# #
# The template whence this file's contents were derived are in a file #
# of the same name with ".in" appended. #
############################################################################

12
helpers/xml_file_warning Normal file
View File

@@ -0,0 +1,12 @@
<!--
**************************************************************************
* WARNING! WARNING! WARNING! *
* *
* The contents of this file are automatically generated by the build *
* system. Do not make any changes directly to this file; such changes *
* will be silently ignored and overwritten! *
* *
* The template whence this file's contents are derived are in a file *
* of the same name with ".in" appended. *
**************************************************************************
-->