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 @@
Cfpeek README
-Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
@@ -62,7 +61,7 @@ Send bug reports to <bug-cfpeek@gnu.org.ua>.
* Copyright information:
-Copyright (C) 2011 Sergey Poznyakoff
+Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
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).
* Copyright information
-Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
+Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
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 @@
# This file is part of cfpeek
-# Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
+# Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
#
# Cfpeek is free software; you can redistribute it and/or modify
# 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
GENDOCS=$(srcdir)/gendocs.sh --no-copy-images --html '--init-file=$(abs_srcdir)/html.init'
EXTRA_DIST += gendocs.sh
-TEXI2DVI=texi2dvi -t '@set $(RENDITION)'
+TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -E
# Make sure you set TEXINPUTS.
# TEXINPUTS=/usr/share/texmf/pdftex/plain/misc/ is ok for most distributions
@@ -61,7 +61,7 @@ TEXI2DVI=texi2dvi -t '@set $(RENDITION)'
manual:
TEXINPUTS=$(srcdir):$(top_srcdir)/build-aux:$(TEXINPUTS) \
MAKEINFO="$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)" \
- TEXI2DVI="$(TEXI2DVI) -E" \
+ TEXI2DVI="$(TEXI2DVI)" \
$(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual'
# 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 @@
/* This file is part of cfpeek
- Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
+ Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
Cfpeek is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
*/
#include "cfpeek.h"
-#include "grecs-locus.h"
+#include "grecs/locus.h"
int file_index;
int 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 @@
/* This file is part of cfpeek
- Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
+ Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
Cfpeek is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,6 +18,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#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",
[<Get variables from a configuration file>],
[<FILE [PATH...]>],
[<gnu>],
- [<copyright_year=2011,2012>],
+ [<copyright_year=2011-2018>],
[<copyright_holder=Sergey Poznyakoff>])
GROUP(Output control)

Return to:

Send suggestions and report system problems to the System administrator.