Codebase list libmawk / 7ce408d doc / Makefile
7ce408d

Tree @7ce408d (Download .tar.gz)

Makefile @7ce408draw · history · blame

1
2
3
4
5
6
7
all:

include ../src/libmawk/Makefile.conf

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