copyright messgae and verbose mode
This commit is contained in:
parent
916f8b8795
commit
a3270f399d
12 changed files with 40 additions and 6 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Copyright (C) 2017 Marius Schellenberger
|
||||
|
||||
# this file generates Go source code for the gowiki
|
||||
# it contains html and css and uses the contents
|
||||
# of the templates directory
|
||||
|
|
@ -12,6 +14,8 @@ if [ ! -d templates ]; then
|
|||
fi
|
||||
|
||||
cat << EOF > ${templates_go}
|
||||
// Copyright (C) 2017 Marius Schellenberger
|
||||
|
||||
// This file is auto-generated by build/templates.sh
|
||||
// using the contents of the templates directory
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue