Codebase list libmawk / b761e9e doc / Makefile
b761e9e

Tree @b761e9e (Download .tar.gz)

Makefile @b761e9eraw · history · blame

1
2
3
4
5
6
7
all:

include ../src/libmawk/Makefile.conf

install:
	$(MKDIR) $(DOCDIR)
	$(CP) $(PWD)/*.html $(DOCDIR)