#
# Update the Praat ManPages and the associated HTML files
#
manpages  = ./ManPages/*.man

# Praat ManPages
all: ManPages

ManPages: $(manpages)

# The Praat ManPages
$(manpages): ./ManPages/%.man: ./text/%.txt
					../scripts/TextToManPages.pl $<

