blob: 128ef06a60b008c0b899d3e793a62bd5e1528e21 [file] [log] [blame] [raw]
## Helder Correia <helder.correia@netcabo.pt>
SUBDIRS = docs src
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = AUTHORS ChangeLog COPYING INSTALL README nload.spec.in
install:
$(mkinstalldirs) $(DESTDIR)$(prefix)/man/man1
$(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(prefix)/man/man1
gzip -f $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1
uninstall:
rm $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1.gz