Codebase list libmawk / upstream/1.0.1 doc / Makefile
upstream/1.0.1

Tree @upstream/1.0.1 (Download .tar.gz)

Makefile @upstream/1.0.1raw · history · blame

1
2
3
4
5
6
7
all:

include ../src/libmawk/Makefile.conf

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