Makefile_de.man
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. # Sample makefile for installing non english manual pages
  4. ###########################################################################
  5. SRCROOT= ../..
  6. RULESDIR= RULES
  7. include $(SRCROOT)/$(RULESDIR)/rules.top
  8. ###########################################################################
  9. # Rules for German manual pages (replace de with your locale)
  10. ###########################################################################
  11. INSMODE= 0644
  12. MANDIR= man/de
  13. TARGETMAN= test
  14. MANSECT= $(MANSECT_LIB)
  15. MANSUFFIX= $(MANSUFF_LIB)
  16. MANFILE= test-de.tr
  17. ###########################################################################
  18. include $(SRCROOT)/$(RULESDIR)/rules.man
  19. ###########################################################################