root/doc/Makefile.in
| Revision 49e0132d6bb68b9d14ad8878d14a5f2ed17a1a93, 362 bytes (checked in by dsmith <dsmith@…>, 5 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #Copyright (C) 2007 L. Donnie Smith |
| 2 | |
| 3 | include @top_builddir@/defs.mak |
| 4 | |
| 5 | docfiles = Xmodmap wminput.list |
| 6 | |
| 7 | DEST_DOC_DIR = $(ROOTDIR)$(docdir) |
| 8 | |
| 9 | all: |
| 10 | |
| 11 | install: $(DEST_DOC_DIR) |
| 12 | install -m 644 $(docfiles) $(DEST_DOC_DIR) |
| 13 | |
| 14 | $(DEST_DOC_DIR): |
| 15 | install -d $(DEST_DOC_DIR) |
| 16 | |
| 17 | uninstall: |
| 18 | rm -rf $(DEST_DOC_DIR) |
| 19 | |
| 20 | distclean: |
| 21 | rm Makefile |
| 22 | |
| 23 | .PHONY: all install uninstall distclean |
Note: See TracBrowser
for help on using the browser.
