root/branches/dev/doc/Makefile.in

Revision 118, 362 bytes (checked in by dsmith, 2 years ago)

Create dev branch (currently contains experimental python plugins)

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.