root/doc/Makefile.in

Revision 49e0132d6bb68b9d14ad8878d14a5f2ed17a1a93, 362 bytes (checked in by dsmith <dsmith@…>, 5 years ago)

merged branches/dev into trunk

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@125 918edb2d-ff29-0410-9de2-eb38e7f22bc7

  • Property mode set to 100644
Line 
1#Copyright (C) 2007 L. Donnie Smith
2
3include @top_builddir@/defs.mak
4
5docfiles = Xmodmap wminput.list
6
7DEST_DOC_DIR = $(ROOTDIR)$(docdir)
8
9all:
10
11install: $(DEST_DOC_DIR)
12        install -m 644 $(docfiles) $(DEST_DOC_DIR)
13
14$(DEST_DOC_DIR):
15        install -d $(DEST_DOC_DIR)
16
17uninstall:
18        rm -rf $(DEST_DOC_DIR)
19
20distclean:
21        rm Makefile
22
23.PHONY: all install uninstall distclean
Note: See TracBrowser for help on using the browser.