aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-05 13:31:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-05 13:31:35 +0000
commitdf5a3f57ac25545e0d434a6bef64125b500ee198 (patch)
tree174f33f86405cdb9fc6712e69837c4fa71242f7a
parentdedb584292bfe6449230c0484fd7a8d74e96543f (diff)
downloadmailfromd-df5a3f57ac25545e0d434a6bef64125b500ee198.tar.gz
mailfromd-df5a3f57ac25545e0d434a6bef64125b500ee198.tar.bz2
(mailfromd_TEXINFOS): Add gacopyz.texi
(EXTRA_DIST): Add extract.awk (extract): New rule git-svn-id: file:///svnroot/mailfromd/trunk@789 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--doc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0e775e1f..b65446d4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -17,9 +17,9 @@
# MA 02110-1301 USA
info_TEXINFOS=mailfromd.texi
-mailfromd_TEXINFOS=fdl.texi macros.texi rendition.texi strftime.texi
+mailfromd_TEXINFOS=fdl.texi gacopyz.texi macros.texi rendition.texi strftime.texi
-EXTRA_DIST = gendocs_template check-docs.sh mastermenu.el
+EXTRA_DIST = gendocs_template check-docs.sh mastermenu.el extract.awk
clean-local:
rm -rf manual
@@ -107,3 +107,5 @@ manual:
TEXI2DVI="$(TEXI2DVI) -t @finalout" \
$(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual'
+extract:
+ @${AWK} -vSELECT=${SELECT} -f ${top_srcdir}/doc/extract.awk ${info_TEXINFOS} \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.