- Timestamp:
- 02/22/12 20:37:52 (13 years ago)
- Branches:
- master
- Children:
- abd28d1
- Parents:
- e7de6cc
- git-author:
- Tomasz Obrebski <to@…> (02/22/12 20:37:52)
- git-committer:
- Tomasz Obrebski <to@…> (02/22/12 20:37:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf/Makefile
rcfdf333 rb242df2 15 15 install: 16 16 ifdef CONF_DIR 17 install -m 0644 comp iledic.conf $(CONF_DIR)17 install -m 0644 compdic.conf $(CONF_DIR) 18 18 install -m 0644 cor.conf $(CONF_DIR) 19 19 install -m 0644 dgc.conf $(CONF_DIR) … … 32 32 uninstall: 33 33 ifdef CONF_DIR 34 rm $(CONF_DIR)/comp iledic.conf34 rm $(CONF_DIR)/compdic.conf 35 35 rm $(CONF_DIR)/cor.conf 36 36 rm $(CONF_DIR)/dgc.conf
Note: See TracChangeset
for help on using the changeset viewer.