Codebase list libmawk / scrub-obsolete/main doc / Makefile
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

Makefile @scrub-obsolete/mainraw · history · blame

1
2
3
4
5
6
7
all:

include ../src/libmawk/Makefile.conf

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