root/todo/trunk/doc/Makefile.am

Revision 290, 475 bytes (checked in by athomas, 4 years ago)

Initial import.

Line 
1 man_MANS=devtodo.1
2 manlinks=tda tdr tdd tde tdl todo
3
4 install-data-local:
5         mkdir -p $(DESTDIR)$(mandir)/man1
6         cd $(DESTDIR)$(mandir)/man1; for i in $(manlinks); do $(LN_S) -f devtodo.1 $$i.1; done
7         test -f $(DESTDIR)$(sysconfdir)/todorc || ( mkdir -p $(DESTDIR)$(sysconfdir) ; $(INSTALL_DATA) todorc.example $(DESTDIR)$(sysconfdir)/todorc )
8
9 uninstall:
10         rm -f $(addprefix $(DESTDIR)$(mandir)/man1/, $(addsuffix .1, $(manlinks) devtodo))
11         rm -f $(DESTDIR)$(sysconfdir)/todorc
Note: See TracBrowser for help on using the browser.