aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-02 21:36:00 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-03 07:51:00 +0200
commitc3ee8d97ea8a427abd455c903157da94623e83dd (patch)
tree6048cbc108e4a76ff56d6429e60150611bee11be /doc/Makefile.am
parent494fe491d81505a83207602d5ec129b0bf33a484 (diff)
downloadpies-c3ee8d97ea8a427abd455c903157da94623e83dd.tar.gz
pies-c3ee8d97ea8a427abd455c903157da94623e83dd.tar.bz2
External preprocessor can be selected when building the package and at runtime.
* configure.ac: Report selected preprocessor. Version 1.5.90. * doc/Makefile.am: Don't distribute gendocs.pl and gendocs_template * grecs: Upgrade. * lib/pp.c (pp_command_line): Use the grecs_preprocessor variable instead of DEFAULT_PREPROCESSOR macro. * src/cmdline.opt: New options: --preprocessor and --no-preprocessor. Report the preprocessor command and setup file when called with --help. * src/pies.c (config_init): Initialize grecs_preprocessor. * NEWS: Document changes. * doc/pies.texi: Document new options. * tests/accept.at: Invoke pies with --no-preprocessor. * tests/builtin.at: Likewise. * tests/control.at: Likewise. * tests/cyclic.at: Likewise. * tests/env.at: Likewise. * tests/envglobal.at: Likewise. * tests/expandenv.at: Likewise. * tests/inet.at: Likewise. * tests/maxinst.at: Likewise. * tests/passfd.at: Likewise. * tests/redirect.at: Likewise. * tests/respawn.at: Likewise. * tests/ret-exec.at: Likewise. * tests/ret-notify.at: Likewise. * tests/shell.at: Likewise. * tests/shutdown.at: Likewise. * tests/startup.at: Likewise.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index dddf34b..15b5ca2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -22,9 +22,6 @@ pies_TEXINFOS=\
macros.texi\
usr-acl.texi
-EXTRA_DIST = \
- gendocs_template
-
clean-local:
@rm -rf manual
@@ -76,7 +73,6 @@ untabify: imprimatur-untabify
final: imprimatur-final
GENDOCS = perl gendocs.pl
-EXTRA_DIST += gendocs.pl
TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -I $(top_srcdir)/imprimatur

Return to:

Send suggestions and report system problems to the System administrator.