]> Dogcows Code - chaz/tar/blobdiff - doc/Makefile.am
Update
[chaz/tar] / doc / Makefile.am
index d3b51b084e31b9e4a92113c368f2f1ec7f4d4326..57bbfc541b11779a2039940d8543d8f105e083b6 100644 (file)
 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software Foundation,
-## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 info_TEXINFOS = tar.texi
-tar_TEXINFOS = fdl.texi freemanuals.texi getdate.texi header.texi
+tar_TEXINFOS = \
+ fdl.texi\
+ freemanuals.texi\
+ genfile.texi\
+ getdate.texi\
+ header.texi\
+ rendition.texi\
+ snapshot.texi\
+ value.texi
 EXTRA_DIST = convtexi.pl gendocs_template 
 DISTCLEANFILES=*.info* 
 
@@ -40,6 +48,8 @@ GENDOCS=gendocs.sh
 TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -E
 
 # Make sure you set TEXINPUTS
+# Usual value is:
+# /usr/share/texmf/pdftex/plain/misc:/usr/share/texmf/pdftex/config
 manual:
        TEXINPUTS=$(srcdir):$(top_srcdir)/config:$(TEXINPUTS) \
         MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS)" \
This page took 0.026142 seconds and 4 git commands to generate.