X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=doc%2Fautomake.mk;h=e02f1f4c68d0217a280cad777b6f7721451a512c;hb=ac2fba558fc64d7f1a554e9388d5adfe5ad22f0e;hp=7e3c5d49372d9974da9b87b075e1f887547889ee;hpb=af409c5cddb1bfdbc6a7f1db16a8d7c793d791ca;p=pspp diff --git a/doc/automake.mk b/doc/automake.mk index 7e3c5d4937..e02f1f4c68 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -1,3 +1,19 @@ +## PSPP - a program for statistical analysis. +## Copyright (C) 2019 Free Software Foundation, Inc. +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see . + ## Process this file with automake to produce Makefile.in -*- makefile -*- info_TEXINFOS = doc/pspp.texi doc/pspp-dev.texi @@ -19,6 +35,7 @@ doc_pspp_TEXINFOS = doc/version.texi \ doc/language.texi \ doc/license.texi \ doc/pspp-convert.texi \ + doc/pspp-output.texi \ doc/pspp-dump-sav.texi \ doc/ni.texi \ doc/not-implemented.texi \ @@ -29,7 +46,7 @@ doc_pspp_TEXINFOS = doc/version.texi \ doc/regression.texi \ doc/utilities.texi \ doc/variables.texi \ - doc/fdl.texi + doc/fdl.texi doc_pspp_dev_TEXINFOS = doc/version-dev.texi \ doc/dev/intro.texi \ @@ -48,7 +65,9 @@ doc_pspp_dev_TEXINFOS = doc/version-dev.texi \ dist_man_MANS += doc/pspp.1 \ doc/psppire.1 -EXTRA_DIST += doc/get-commands.pl doc/help-pages-list +EXTRA_DIST += doc/get-commands.pl \ + doc/help-pages-list \ + doc/prepdoc.sh $(srcdir)/doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.pl @$(MKDIR_P) doc