Searched refs:SGMLFILES (Results 1 – 1 of 1) sorted by relevance
1 SGMLFILES=$(shell echo *.sgml) macro2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html3 MANFILES=$(subst .sgml,.8,$(SGMLFILES))43 $(MANFILES): $(SGMLFILES)45 $(HTMLFILES): $(SGMLFILES)