################################################################################ # # Makefile : TeXInfo # Author : Fabrice Popineau # Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources # Time-stamp: <02/12/25 22:27:38 popineau> # ################################################################################ root_srcdir = ..\.. !ifdef DEVELOPMENT INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development !else INCLUDE=$(INCLUDE);$(root_srcdir)\texk !endif !include # Package subdirectories, the library, and all subdirectories. subdirs = lib makeinfo util doc all:: config.h !include !include !include distclean:: -@$(del) config.h # Local Variables: # mode: Makefile # End: