aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--README-hacking2
-rw-r--r--doc/Makefile.am6
m---------grecs0
-rw-r--r--src/cfpeek.c4
-rw-r--r--src/cfpeek.h3
-rw-r--r--src/cmdline.opt2
7 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index de21198..ee890a4 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
1Cfpeek README 1Cfpeek README
2Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5* Introduction 4* Introduction
@@ -62,7 +61,7 @@ Send bug reports to <bug-cfpeek@gnu.org.ua>.
62 61
63* Copyright information: 62* Copyright information:
64 63
65Copyright (C) 2011 Sergey Poznyakoff 64Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
66 65
67 Permission is granted to anyone to make or distribute verbatim copies 66 Permission is granted to anyone to make or distribute verbatim copies
68 of this document as received, in any medium, provided that the 67 of this document as received, in any medium, provided that the
diff --git a/README-hacking b/README-hacking
index a9ac074..a492e37 100644
--- a/README-hacking
+++ b/README-hacking
@@ -36,7 +36,7 @@ Building).
36 36
37* Copyright information 37* Copyright information
38 38
39Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 39Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
40 40
41 Permission is granted to anyone to make or distribute verbatim copies 41 Permission is granted to anyone to make or distribute verbatim copies
42 of this document as received, in any medium, provided that the 42 of this document as received, in any medium, provided that the
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a0a508c..31d777c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of cfpeek 1# This file is part of cfpeek
2# Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2# Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3# 3#
4# Cfpeek is free software; you can redistribute it and/or modify 4# Cfpeek is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -53,7 +53,7 @@ CHECK_DOCS=$(top_srcdir)/@IMPRIMATUR_MODULE_DIR@/check-docs.sh
53GENDOCS=$(srcdir)/gendocs.sh --no-copy-images --html '--init-file=$(abs_srcdir)/html.init' 53GENDOCS=$(srcdir)/gendocs.sh --no-copy-images --html '--init-file=$(abs_srcdir)/html.init'
54EXTRA_DIST += gendocs.sh 54EXTRA_DIST += gendocs.sh
55 55
56TEXI2DVI=texi2dvi -t '@set $(RENDITION)' 56TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -E
57 57
58# Make sure you set TEXINPUTS. 58# Make sure you set TEXINPUTS.
59# TEXINPUTS=/usr/share/texmf/pdftex/plain/misc/ is ok for most distributions 59# TEXINPUTS=/usr/share/texmf/pdftex/plain/misc/ is ok for most distributions
@@ -61,7 +61,7 @@ TEXI2DVI=texi2dvi -t '@set $(RENDITION)'
61manual: 61manual:
62 TEXINPUTS=$(srcdir):$(top_srcdir)/build-aux:$(TEXINPUTS) \ 62 TEXINPUTS=$(srcdir):$(top_srcdir)/build-aux:$(TEXINPUTS) \
63 MAKEINFO="$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)" \ 63 MAKEINFO="$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)" \
64 TEXI2DVI="$(TEXI2DVI) -E" \ 64 TEXI2DVI="$(TEXI2DVI)" \
65 $(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual' 65 $(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual'
66 66
67# Checking 67# Checking
diff --git a/grecs b/grecs
Subproject 2dbad2727f1d00b223353965b326cfffa96fc77 Subproject dae43f323db9578e656e3a6c53440e2365421af
diff --git a/src/cfpeek.c b/src/cfpeek.c
index da195d7..6001b9a 100644
--- a/src/cfpeek.c
+++ b/src/cfpeek.c
@@ -1,5 +1,5 @@
1/* This file is part of cfpeek 1/* This file is part of cfpeek
2 Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2 Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3 3
4 Cfpeek is free software; you can redistribute it and/or modify 4 Cfpeek is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
16*/ 16*/
17 17
18#include "cfpeek.h" 18#include "cfpeek.h"
19#include "grecs-locus.h" 19#include "grecs/locus.h"
20 20
21int file_index; 21int file_index;
22int flags; 22int flags;
diff --git a/src/cfpeek.h b/src/cfpeek.h
index 5346794..5b6a686 100644
--- a/src/cfpeek.h
+++ b/src/cfpeek.h
@@ -1,5 +1,5 @@
1/* This file is part of cfpeek 1/* This file is part of cfpeek
2 Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2 Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3 3
4 Cfpeek is free software; you can redistribute it and/or modify 4 Cfpeek is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -18,6 +18,7 @@
18#ifdef HAVE_CONFIG_H 18#ifdef HAVE_CONFIG_H
19# include <config.h> 19# include <config.h>
20#endif 20#endif
21#include <stdlib.h>
21#include <string.h> 22#include <string.h>
22#include <errno.h> 23#include <errno.h>
23#include <sysexits.h> 24#include <sysexits.h>
diff --git a/src/cmdline.opt b/src/cmdline.opt
index ecf67c1..15c0c16 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -190,7 +190,7 @@ OPTIONS_BEGIN("cfpeek",
190 [<Get variables from a configuration file>], 190 [<Get variables from a configuration file>],
191 [<FILE [PATH...]>], 191 [<FILE [PATH...]>],
192 [<gnu>], 192 [<gnu>],
193 [<copyright_year=2011,2012>], 193 [<copyright_year=2011-2018>],
194 [<copyright_holder=Sergey Poznyakoff>]) 194 [<copyright_holder=Sergey Poznyakoff>])
195 195
196GROUP(Output control) 196GROUP(Output control)

Return to:

Send suggestions and report system problems to the System administrator.