WIP
This commit is contained in:
parent
1f2f79bb05
commit
726ec70f7a
|
@ -1,13 +0,0 @@
|
||||||
/* @P@/src/@NAME@/BottomHeader.h
|
|
||||||
*
|
|
||||||
* (c)2006, @AUTHOR@, <@EMAIL@>.
|
|
||||||
* Released under the GNU GPLv2. See file COPYING or
|
|
||||||
* http://www.gnu.org/copyleft/gpl.html for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* options for text editors
|
|
||||||
kate: @KATE_MODELINE@
|
|
||||||
vim: @VIM_MODELINE@
|
|
||||||
*/
|
|
|
@ -1,15 +0,0 @@
|
||||||
/* @P@/src/@NAME@/TopSource.c
|
|
||||||
*
|
|
||||||
* (c)2006, @AUTHOR@, <@EMAIL@>.
|
|
||||||
* Released under the GNU GPLv2. See file COPYING or
|
|
||||||
* http://www.gnu.org/copyleft/gpl.html for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "@HEADER_NAME@"
|
|
||||||
|
|
||||||
// Below are all the includes used throughout the library.
|
|
||||||
|
|
||||||
/* options for text editors
|
|
||||||
kate: @KATE_MODELINE@
|
|
||||||
vim: @VIM_MODELINE@
|
|
||||||
*/
|
|
|
@ -14,7 +14,7 @@ lib_dir_set="no"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage: libgcf2-config [OPTIONS] [LIBRARIES]
|
Usage: @NAME@-config [options]
|
||||||
Options:
|
Options:
|
||||||
[--version]
|
[--version]
|
||||||
[--libs]
|
[--libs]
|
||||||
|
|
|
@ -14,7 +14,7 @@ lib_dir_set="no"
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage: libgcf2-config [OPTIONS] [LIBRARIES]
|
Usage: @NAME@-config [options]
|
||||||
Options:
|
Options:
|
||||||
[--version]
|
[--version]
|
||||||
[--libs]
|
[--libs]
|
||||||
|
|
Loading…
Reference in New Issue