mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
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:
@@ -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
12
helpers/c_file_warning
Normal 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. *
|
||||
**************************************************************************
|
||||
*/
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
@GENERATED_SCRIPT_FILE_WARNING@
|
||||
|
||||
# rdi18n_helper.sh
|
||||
#
|
||||
# Helper script for managing internationalization files for Rivendell
|
||||
|
||||
10
helpers/script_file_warning
Normal file
10
helpers/script_file_warning
Normal 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
12
helpers/xml_file_warning
Normal 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. *
|
||||
**************************************************************************
|
||||
-->
|
||||
Reference in New Issue
Block a user