summaryrefslogtreecommitdiff
path: root/man/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: remove last make recursion (for subdir 'man')Stefano Lattarini2013-05-061-68/+0
| | | | | | | | | | | | | | | * Makefile.am (SUBDIRS): Remove (its last component 'man' has just been removed). (SUFFIXES): New, defined to empty, to be updated later by included files. ($(srcdir)/man/local.mk): Include this. * configure.ac (AC_CONFIG_FILES): Drop 'man/Makefile'. * lib/freeze.mk (SUFFIXES): Extend with '+=' rather than defining with '='. * man/Makefile.am: Rename ... * man/local.mk: ... like this, and adjust throughout. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
* maint: bump copyright to 2013Eric Blake2013-01-031-1/+1
| | | | | | | Done via 'make update-copyright', since all files are effectively modified and distributed this year via public version control. * all files: Update copyright year.
* maint: update copyright yearPaul Eggert2012-01-041-1/+1
| | | | All files changed to add 2012, via 'make update-copyright'.
* maint: update copyright yearEric Blake2011-01-041-2/+1
| | | | | | All files changed to add 2011, via 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
* Update copyright year.Eric Blake2010-01-051-2/+2
| | | | | | All files changed to add 2010, via 'make update-copyright'. Signed-off-by: Eric Blake <ebb9@byu.net>
* Update copyright.Eric Blake2009-08-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AUTHORS: Include 2009 in copyright. * lib/Autom4te/C4che.pm: Likewise. * lib/Autom4te/Channels.pm: Likewise. * lib/Autom4te/Configure_ac.pm: Likewise. * lib/Autom4te/FileUtils.pm: Likewise. * lib/Autom4te/General.pm: Likewise. * lib/Autom4te/Request.pm: Likewise. * lib/Autom4te/Struct.pm: Likewise. * lib/autoconf/Makefile.am: Likewise. * lib/autoconf/autoconf.m4: Likewise. * lib/autoconf/autoscan.m4: Likewise. * lib/autoconf/autoupdate.m4: Likewise. * lib/autoconf/functions.m4: Likewise. * lib/autoconf/libs.m4: Likewise. * lib/autoconf/oldnames.m4: Likewise. * lib/autoconf/types.m4: Likewise. * lib/autoscan/Makefile.am: Likewise. * lib/autoscan/autoscan.pre: Likewise. * lib/autotest/Makefile.am: Likewise. * lib/autotest/autotest.m4: Likewise. * lib/emacs/autoconf-mode.el: Likewise. * lib/emacs/autotest-mode.el: Likewise. * lib/freeze.mk: Likewise. * lib/m4sugar/foreach.m4: Likewise. * man/Makefile.am: Likewise. * tests/atlocal.in: Likewise. * tests/autoscan.at: Likewise. * tests/foreign.at: Likewise. * tests/fortran.at: Likewise. * tests/mktests.sh: Likewise. * tests/semantics.at: Likewise. * tests/suite.at: Likewise. * tests/wrapper.as: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix version number generation in man pages.Eric Blake2008-04-031-3/+4
| | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Distribute .version. (.version): New rule. * man/Makefile.am (common_dep): Depend on .version, not configure.ac. (.x.1): Use package name for version string. * GNUmakefile [!_have-Makefile]: Sync from upstream, again. * build-aux/git-version-gen: Sync from upstream. Signed-off-by: Eric Blake <ebb9@byu.net>
* Remove racy commands to build scripts in bin/ and tests/.Jim Meyering2007-11-131-11/+2
| | | | | | | * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/ are guaranteed to be built, remove the rules that tried to build them. Before, with a parallel build, these rules could lead to two processes writing tests/wrapper.in concurrently.
* Reword the copyright notices to match what's suggested in GPLv3.Paul Eggert2007-07-201-6/+4
|
* Update to GPLv3.Paul Eggert2007-07-031-1/+1
|
* * Makefile.am: Put only a single '#' into the copyright notice,Paul Eggert2006-11-271-13/+13
| | | | | | | | | | | | | | | | | so that it's also present in the output file. Standardize wording in makefile copyright notices to match GNU coding standards. * bin/Makefile.am: Likewise. * doc/Makefile.am: Likewise. * lib/Makefile.am: Likewise. * lib/freeze.mk: Likewise. * lib/autoconf/Makefile.am: Likewise. * lib/autoscan/Makefile.am: Likewise. * lib/autotest/Makefile.am: Likewise. * lib/m4sugar/Makefile.am: Likewise. * man/Makefile.am: Likewise. * tests/Makefile.am: Likewise. * lib/emacs/Makefile.am: Remove copyright notice; it's just a one-line file.
* Rework to use more-modern build style.Paul Eggert2006-08-241-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many files are renamed; all uses of their names were changed. * .x-sc_trailing_blank: Renamed from .x-sc_trailing_blank. * .x-sc_useless_cpp_parens: New file. * build-aux/config.guess: Renamed from config/config.guess. Update. * build-aux/config.sub: Renamed from config/config.sub. Update. * build-aux/elisp-comp: Renamed from config/elisp-comp. * build-aux/install-sh: Renamed from config/install-sh. Update. * build-aux/mdate-sh: Renamed from config/mdate-sh. * build-aux/missing: Renamed from config/missing. * build-aux/texinfo.tex: Renamed from config/texinfo.tex. Update. * build-aux/vc-list-files: Renamed from config/vc-list-files. * config/Makefile.am: Removed. * config/mkinstalldirs: Removed. * config/move-if-change: Removed. * m4/m4.m4: Renamed from config/m4.m4. Add (C) to copyright notice. * Makefile.am (SUBDIRS): Remove config. (ACLOCAL_AMFLAGS): Include from m4, not config. (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt. (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this. (autom4te-update): Rewrite with a loop. Get from gnulib, not automake. Fail if there's an error. * Makefile.cfg (move_if_change): Remove. (wget_files): Remove. (cvs_executable_files): New macro. (cvs_files): Use it. Remove mkinstalldirs. Add fdl.texi. (executable-update): Use $(cvs_executable_files). (local-checks-to-skip): Remove. * Makefile.maint: Merge from coreutils, plus add our own changes (gzip_rsyncable): New macro. (GZIP_ENV): Use it. (CVS_LIST): Use build-aux/vc-list-files. (VERSION_REGEXP): New macro. (local-checks-available): Add patch-check, $(syntax-check-rules), check-AUTHORS. (syntax-check-rules): Compute dynamically. (sc_cast_of_x_alloc_return_value): Work even if no source files. (sc_cast_of_alloca_return_value): Likewise. (sc_prohibit_atoi_atof): Simplify regexp. (sc_no_if_have_config_h, sc_require_config_h): (sc_prohibit_assert_without_use, (sc_obsolete_symbols): Check for O_NDELAY. (sc_texi_notab): Remove. (sc-changelog): Don't make an exception for '----' lines. (.re-list): Remove, so we don't have a junk file behind. (sc_system_h_headers): Remove the need for .re-list. (sc_the_the): New rule. (sc_tight_scope): Simplify. (sc_trailing_space): Renamed from sc_trailing_blank. (longopt_re): New macro. (sc_two_space_separator_in_usage): New rule. (sc_unmarked_diagnostics): Look at all files under CVS. (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules. (news-date-check, changelog-check): Version is OK. (po-check): Look for lib files even if not in CVS. (copyright-check): Use $() not ``. (maintainer-distcheck): Do not depend on changelog-check. (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz). Also check for -Wpointer-arith. (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1): (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check): Remove. (announcement): Add --gpg-key-id arg. (cvs-sv): Remove. (move_if_change): Just use mv. (local_updates: Remove wget-update, po-update. (po_repo, do-po-update, po-update, wget_files, get-targets): Remove. (config.guess-url_prefix, config.sub-url_prefix): Remove. (ansi2knr.c-url_prefix, texinfo.tex-url_prefix): (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url): ($(get-targets)): Remove. (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c. (gnulib_repo): Renamed from automake_repo. Get from gnulib now. (cvs-update): Get from gnulib. (emut_upload_commands): gnupload is in build-aux now. (alpha beta major): Add changelog-check. Check version. * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux. (AC_CONFIG_FILES): Remove. * bin/autoconf.as: Add spaces to avoid distcheck warning. * config/announce-gen: Sync from coreutils. * doc/make-stds.texi: Sync from gnulib. * doc/standards.texi: Likewise. * man/Makefile.am: Adjust for config -> build-aux renaming. * tests/Makefile.am: Prefer $(FOO) to @FOO@. * tests/local.at: Adjust from config -> build-aux renaming. * tests/tools.at: Likewise. * tests/torture.at: Likewise.
* * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.Paul Eggert2005-06-101-1/+12
| | | | | | (.x.1): Ignore the time stamp in the .TH line when deciding whether to update the man page. That way, we don't have to check in new man pages every month.
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
|
* (.x.1): Go back to the simple solution, but takePaul Eggert2005-02-021-19/+9
| | | | care to echo the commands, so the user knows what's going on.
* Fix typo in previous patch: it assumed that builddir != srcdir.Paul Eggert2005-02-011-1/+1
|
* (.x.1): Make sure the required generated filesPaul Eggert2005-01-311-1/+20
| | | | | | are up to date. Problem and original solution proposed by Stepan Kasal. $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq), implicit-man-prerequisites): New rules, used by the above.
* * BUGS (Minor Problems): Warn about makefile limitations.Paul Eggert2004-12-291-18/+23
| | | | | * Makefile.am: Find and update `INSTALL' in $(srcdir). * man/Makefile.am: Find and update manual pages in $(srcdir).
* (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,Paul Eggert2004-12-101-9/+9
| | | | | | autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1): Don't depend on .x file explicitly, since "make" does that for us. Suggested by Stepan Kasal.
* (autoconf.1): Regenerate when `autoconf.as' changes.Paul Eggert2004-12-101-2/+2
|
* * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,Akim Demaille2001-10-051-1/+1
| | | | * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
* * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provideAkim Demaille2001-09-231-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath. (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath, builddir, buildpath, top_builddir, and top_buildpath. (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing the current directory. * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir variables *before* changing the current directory. Skip nonexistent dirs. * doc/autoconf.texi (Preset Output Variables): Document these variables. * lib/autotest/general.m4: Do not reset AT_victims. Don't compute at_srcdir nor at_top_srcdir. * tests/tools.at: Hence use top_srcdir. * tests/Makefile.am, tests/autoconf, tests/autoheader, * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames: Remove. * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in, * tests/wrapsh.in, tests/autoupdate.in: New. * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust. * configure.ac: Build the position independent wrappers. * man/Makefile.am: Now that test wrappers are position independent, use them and drop dark envvar magic.
* * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set upTim Van Holder2001-09-201-3/+5
| | | | $PATH. Also set AUTOM4TE_CFG, so we can process autom4te properly.
* * man/Makefile.am (.x.1): We really have passAkim Demaille2001-08-311-0/+2
| | | | autom4te_perllibdir.
* * configure.ac: Also find tested executables in bin.Akim Demaille2001-08-311-12/+5
| | | | | | | | | | | | | | | | | | | | | | | * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in, * bin/autoscan.in, autoupdate.in: Use exclusively the name of the installed peer executables, only PATH is allowed to resolve it. Pass `autoconf_dir' via options, not via invisible envvars. * lib/Autom4te/General.pm (&find_peer): Remove. * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'. * man/Makefile.am: Let help2man rely on PATH instead of trying to find the executables for it. * tests/Makefile.am: Major cleanup. Too lazy to document... * tests/atlocal.in: Remove all the obscure envvar manipulations. We only need PERL. * tests/atspecific.m4, tests/tools.at: Passing --localdir is indeed related to running the test suite, while passing --autoconf-dir and others is related to running non installed Autoconf executables. So don't do that, leave it to... * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate, * tests/autoscan: New. * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't refer to library files: rely on --language.
* * lib/autom4te.in: New.Akim Demaille2001-08-291-0/+1
| | | | | | | | | | | | * lib/Makefile.am (edit, autom4te.cfg): New. * bin/autom4te.in (BEGIN): Simplify. Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'. (&load_configuration): New. Use it. (&parse_args): Support --mode, --set, and --melt. * bin/autoconf.in: Simplify and adjust. * tests/Makefile.am (AUTOMAKE): Use --set. * tests/atlocal.in: Adjust. * BUGS: distcheck and check are weak.
* Automake 1.5.Akim Demaille2001-08-271-2/+2
| | | | | | | | | | | | | | * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2. (AMTAR): Help automake define it. (INSTALL, install-data-hook): The INSTALL.txt trick is no longer needed, 1.5 can have a macro and a target with the same name. * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4, * m4/strip.m4: New. * m4/init.m4, m4/sanity.m4: Update. * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files. * lib/autoconf/Makefile.am, lib/autotest/Makefile.am, * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am, * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
* * autoconf.in, autom4te.in, autoscan.in, ifnames.in,Akim Demaille2001-08-011-9/+10
| | | | | | | * autoheader.in, autoreconf.in, autoupdate.in: Move to... * bin: here, new directory. * lib/Autoconf: Rename as... * lib/Autom4te: this, to please case insensitive junkie OSes.
* * Makefile.am: Ship, build and install Autom4te.Akim Demaille2001-07-241-4/+5
| | | | | | | (SUBDIRS): Add lib. * lib/Autoconf/Struct.pm: New, from Automake 1.5. * configure.in: Require Perl. * man/autom4te.in: New.
* * configure.in: Rename as...Akim Demaille2001-07-171-2/+2
| | | | * configure.ac: this.
* * config: New directory.Akim Demaille2001-05-221-2/+3
| | | | | * configure.in: AC_CONFIG_AUX_DIR it. * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
* * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:Akim Demaille2001-05-221-5/+5
| | | | | | Rename as... * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in: these.
* FSF header updatesLars J. Aas2001-04-111-1/+20
|
* * man/Makefile.am: autoupdate.1 now depends on autoupdate.in.Pavel Roskin2001-02-261-1/+1
|
* * man/Makefile.am (.x.1): Fix to work properly withAkim Demaille2000-12-151-3/+4
| | | | builddir != srcdir.
* * man/config.guess.x: New file.Akim Demaille2000-12-061-9/+13
| | | | * man/config.sub.x: New file.
* 1999-10-31 Akim Demaille <akim@epita.fr>Akim Demaille2000-01-261-0/+33
Create man pages for the executables. * Makefile.am (SUBDIRS): Add `man' and prepend `.' so that executables be built before help2man is run. * configure.in (AC_OUTPUT): Add man/Makefile. AC_MSG_ERROR, not AC_ERROR. Check for missing help2man. * man/Makefile.am: New file. * man/autoconf.x: Likewise. * man/autoreconf.x: Likewise. * man/autoheader.x: Likewise. * man/autoscan.x: Likewise. * man/autoupdate.x: Likewise. * man/ifnames.x: Likewise. * man/common.x: Likewise.