[comp.soft-sys.andrew] "atk/text/tpls" Imakefile doesn't install all templates

guy@auspex.auspex.com (Guy Harris) (09/30/90)

You can't just suck one of the ".doc" files in, say,
"/usr/andrew/doc/atk" into "ez", as it bitches about not being able to
find the "be2guide" template.  It turns out those are installed only if
CMU_ENV is defined; however, even somebody not at CMU might, for some
reason, actually want to read those documents, preferably in the same
form that they come from CMU.  As such, perhaps all the templates should
always be installed....

*** atk/text/tpls/Imakefile.dist	Wed Nov 22 09:35:14 1989
--- atk/text/tpls/Imakefile	Thu Sep 13 17:33:57 1990
***************
*** 2,22 ****
   *         Copyright IBM Corporation 1988,1989 - All Rights Reserved      *
   *        For full copyright information see:'andrew/config/COPYRITE'     *
  \* ********************************************************************** */
! CMUTEMPLATES = be2guide.tpl \
! 	iletter.tpl \
! 	vdoc.tpl
! 
! TEMPLATEFILES = scribe.tpl \
  	default.tpl \
  	help.tpl \
  	hlp.tpl \
  	letter.tpl \
  	man.tpl \
  	memo.tpl \
! 	template.tpl 
  
  InstallMultiple(${TEMPLATEFILES}, ${INSTINCFLAGS}, ${DESTDIR}/lib/tpls)
- 
- #ifdef CMU_ENV
- InstallMultiple(${CMUTEMPLATES}, ${INSTINCFLAGS}, ${DESTDIR}/lib/tpls)
- #endif /* CMU_ENV */
--- 2,18 ----
   *         Copyright IBM Corporation 1988,1989 - All Rights Reserved      *
   *        For full copyright information see:'andrew/config/COPYRITE'     *
  \* ********************************************************************** */
! TEMPLATEFILES = be2guide.tpl \
  	default.tpl \
+ 	foils.tpl \
  	help.tpl \
  	hlp.tpl \
+ 	iletter.tpl \
  	letter.tpl \
  	man.tpl \
  	memo.tpl \
! 	scribe.tpl \
! 	template.tpl \
! 	vdoc.tpl
  
  InstallMultiple(${TEMPLATEFILES}, ${INSTINCFLAGS}, ${DESTDIR}/lib/tpls)