File: Makefile

package info (click to toggle)
html2wml 0.4.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 816 kB
  • sloc: perl: 2,380; ansic: 56; makefile: 34; sh: 4
file content (8 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
help: 
	@echo "available targets"
	@echo "    install    install the examples in the documentation directory"

install: 
	@install -d $(DOCDIR)/examples
	@install -m 444 *.html $(DOCDIR)/examples
	@install -m 444 samples/* $(DOCDIR)/examples