Codebase list metche / upstream/metche_1.2.3 Makefile
upstream/metche_1.2.3

Tree @upstream/metche_1.2.3 (Download .tar.gz)

Makefile @upstream/metche_1.2.3

1ba8231
 
c7636dd
 
1ba8231
 
 
 
 
 
 
 
 
all: doc

metche.8: metche.8.markdown
	pandoc --read=markdown --write=man --output=metche.8 --standalone $<

doc: metche.8

clean:

distclean: clean
	rm -f metche.8

.PHONY: all doc clean distclean