Codebase list libmawk / debian/1.0.0-2 doc / Makefile
debian/1.0.0-2

Tree @debian/1.0.0-2 (Download .tar.gz)

Makefile @debian/1.0.0-2raw · history · blame

1
2
3
4
5
6
7
all:

include ../src/libmawk/Makefile.conf

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