# $Id: Makefile,v 1.1 2002/12/13 07:24:06 ehood Exp $ ##-----------------------------------------------------------------------## ## Development makefile. ##-----------------------------------------------------------------------## .PHONY: default code-check doc TOP = ../.. SUBDIRS = \ # End SUBDIRS include $(TOP)/etc/variables.mk ##-----------------------------------------------------------------------## PERL_FILES = \ mha-mhedit \ # End PERL_FILES ##-----------------------------------------------------------------------## default: code-check doc doc: pod2html --header mha-mhedit > mha-mhedit.html $(RM) -f pod2htm* code-check: perl_syntax clean: $(RM) -f pod2htm* mha-mhedit.html ##-----------------------------------------------------------------------## include $(TOP)/etc/rules.mk