X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/66a69320b2185caae6d56734f715a018337022ce..c0ad8bf3c2fb46f001bb24ac98a72b8bfb3a77ce:/doc/Makefile.am?ds=sidebyside diff --git a/doc/Makefile.am b/doc/Makefile.am index 6aac4160..edfcaaa6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,14 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -AUTOMAKE_OPTIONS = 1.4 info_TEXINFOS = bison.texinfo man_MANS = bison.1 +bison_TEXINFOS = gpl.texi fdl.texi -EXTRA_DIST = FAQ bison.1 bison.rnh +EXTRA_DIST = FAQ bison.1 bison.rnh refcard.tex + +CLEANFILES = refcard.dvi refcard.log refcard.ps + +refcard.dvi: refcard.tex + tex refcard.tex + +refcard.ps: refcard.dvi